Searched refs:malloc_trim (Results 1 – 11 of 11) sorted by relevance
4 Subject: [PATCH 20/22] sd-event: Make malloc_trim() conditional on glibc32 r = malloc_trim(0);
4 Subject: [PATCH 22/27] sd-event: Make malloc_trim() conditional on glibc32 r = malloc_trim(0);
929 int malloc_trim(size_t);943 int malloc_trim();
44 file://0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch \
276 malloc_trim(4 * 1024 * 1024); in call_rcu_thread()
55 malloc_trim(size_t pad);603 int keepcost; /* top-most, releasable (via malloc_trim) space */629 to keep before releasing via malloc_trim in free().689 * When malloc_trim is called automatically from free(),732 menas that even trimming via malloc_trim would not release them.908 int malloc_trim(size_t);922 int malloc_trim();1924 Main interface to sbrk (but see also malloc_trim).2352 topmost memory exceeds the trim threshold, malloc_trim is2414 malloc_trim(top_pad);[all …]
1566 malloc_trim(top_pad);2164 int malloc_trim(size_t pad) in malloc_trim() function2166 int malloc_trim(pad) size_t pad; in malloc_trim()
67 option('malloc_trim', type : 'feature', value : 'auto', feature68 description: 'enable libc malloc_trim() for memory optimization')
2142 get_option('malloc_trim').allowed() and \2143 cc.has_function('malloc_trim', prefix: '#include <malloc.h>')2148 if not has_malloc_trim and get_option('malloc_trim').enabled()2150 error('malloc_trim not available on this platform.')2152 error('malloc_trim not available with non-libc memory allocator')
55 file://0022-sd-event-Make-malloc_trim-conditional-on-glibc.patch \
[all...]