Searched refs:malloc_trim (Results 1 – 3 of 3) sorted by relevance
276 malloc_trim(4 * 1024 * 1024); in call_rcu_thread()
67 option('malloc_trim', type : 'feature', value : 'auto', feature68 description: 'enable libc malloc_trim() for memory optimization')
2192 get_option('malloc_trim').allowed() and \2193 cc.has_function('malloc_trim', prefix: '#include <malloc.h>')2198 if not has_malloc_trim and get_option('malloc_trim').enabled()2200 error('malloc_trim not available on this platform.')2202 error('malloc_trim not available with non-libc memory allocator')