aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-30 20:17:17 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-30 20:17:17 +0200
commit49de811d1eec4994bf7612fe02b52a5e503fff02 (patch)
tree37f6c06096f0c62548323a163bc8f69e5978c4a4
parentadd malloc_usable_size (diff)
downloadslibc-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 '')
-rw-r--r--include/malloc.h2
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