diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-06 22:46:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-06 22:46:31 +0100 |
commit | 9b64fb2ef05a101069b773014e978ccc3b715de3 (patch) | |
tree | c6677b49b8ac524faa8c6385c086aba02b6e4adf /libsimple/memalloc.h | |
parent | Add libsimple_eprintf_preprint and libsimple_eprintf_postprint (diff) | |
download | libsimple-9b64fb2ef05a101069b773014e978ccc3b715de3.tar.gz libsimple-9b64fb2ef05a101069b773014e978ccc3b715de3.tar.bz2 libsimple-9b64fb2ef05a101069b773014e978ccc3b715de3.tar.xz |
Add man page for memalloc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple/memalloc.h')
-rw-r--r-- | libsimple/memalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsimple/memalloc.h b/libsimple/memalloc.h index 181bc72..977221b 100644 --- a/libsimple/memalloc.h +++ b/libsimple/memalloc.h @@ -13,7 +13,7 @@ enum libsimple_memalloc_option { LIBSIMPLE_MEMALLOC_PRODUCT_SIZE, LIBSIMPLE_MEMALLOC_VA_PRODUCT_SIZE, LIBSIMPLE_MEMALLOC_1_VA_PRODUCT_SIZE, - LIBSIMPLE_MEMALLOC_VA_LIST, + LIBSIMPLE_MEMALLOC_VA_LIST }; #define libsimple_arrayalloc_option libsimple_memalloc_option |