Home
last modified time | relevance | path

Searched refs:malloc_trim (Results 1 – 3 of 3) sorted by relevance

/qemu/util/
H A Drcu.c276 malloc_trim(4 * 1024 * 1024); in call_rcu_thread()
/qemu/
H A Dmeson_options.txt67 option('malloc_trim', type : 'feature', value : 'auto', feature
68 description: 'enable libc malloc_trim() for memory optimization')
H A Dmeson.build2192 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')