diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-22 14:10:47 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-22 14:16:15 -0700 |
| commit | 018294242819ed59e708e23cf40b822e843ec3ac (patch) | |
| tree | 83e0c114ed2e399e93f9177ba56107e653f6be3b /docs/ref/SUMMARY.md | |
| parent | 15d424be5ab7c446c33db184724d8a6a14938587 (diff) | |
| download | nng-018294242819ed59e708e23cf40b822e843ec3ac.tar.gz nng-018294242819ed59e708e23cf40b822e843ec3ac.tar.bz2 nng-018294242819ed59e708e23cf40b822e843ec3ac.zip | |
docs: add memory chapter
Diffstat (limited to 'docs/ref/SUMMARY.md')
| -rw-r--r-- | docs/ref/SUMMARY.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/SUMMARY.md b/docs/ref/SUMMARY.md index 9cb0de6a..1b7d873e 100644 --- a/docs/ref/SUMMARY.md +++ b/docs/ref/SUMMARY.md @@ -8,6 +8,8 @@ - [Messages](./api/msg.md) + - [Memory](./api/memory.md) + - [Time](./api/time.md) - [Asynchronous Operations](./api/aio/index.md) @@ -25,12 +27,10 @@ - [Utility Functions](./api/util/index.md) - - [nng_alloc](./api/util/nng_alloc.md) - [nng_id_map](./api/util/nng_id_map.md) - [nng_opts_parse](./api/util/nng_opts_parse.md) - [nng_random](./api/util/nng_random.md) - [nng_socket_pair](./api/util/nng_socket_pair.md) - - [nng_strdup](./api/util/nng_strdup.md) - [nng_strerror](./api/util/nng_strerror.md) - [nng_url](./api/util/nng_url.md) - [nng_version](./api/util/nng_version.md) |
