diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-30 20:17:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-30 20:17:17 +0200 |
commit | 49de811d1eec4994bf7612fe02b52a5e503fff02 (patch) | |
tree | 37f6c06096f0c62548323a163bc8f69e5978c4a4 /include/malloc.h | |
parent | add malloc_usable_size (diff) | |
download | slibc-49de811d1eec4994bf7612fe02b52a5e503fff02.tar.gz slibc-49de811d1eec4994bf7612fe02b52a5e503fff02.tar.bz2 slibc-49de811d1eec4994bf7612fe02b52a5e503fff02.tar.xz |
add todos about adding mallopt and mallinfo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/malloc.h')
-rw-r--r-- | include/malloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h index 956a5e5..ab8e0a9 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -255,6 +255,8 @@ size_t malloc_usable_size(void*) __GCC_ONLY(__attribute__((warn_unused_result))); #endif +/* TODO add mallopt, M_TRIME_THRESHOLD, M_TOP_PAD, M_MMAP_THRESHOLD, and M_MMAP_MAX */ +/* TODO add struct mallinfo, and mallinfo */ #endif |