From 49de811d1eec4994bf7612fe02b52a5e503fff02 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 30 Aug 2015 20:17:17 +0200 Subject: add todos about adding mallopt and mallinfo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/malloc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/malloc.h') 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 -- cgit v1.2.3-70-g09d2