Searched refs:malloc_trim (Results 1 – 10 of 10) sorted by relevance
4 Subject: [PATCH 20/22] 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);629 to keep before releasing via malloc_trim in free().689 * When malloc_trim is called automatically from free(),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);2943 int malloc_trim(size_t pad)2945 int malloc_trim(pad) size_t 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()
65 option('malloc_trim', type : 'feature', value : 'auto', feature66 description: 'enable libc malloc_trim() for memory optimization')
2025 get_option('malloc_trim').allowed() and \2026 cc.has_function('malloc_trim', prefix: '#include <malloc.h>')2031 if not has_malloc_trim and get_option('malloc_trim').enabled()2033 error('malloc_trim not available on this platform.')2035 error('malloc_trim not available with non-libc memory allocator')
55 file://0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch \