aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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