Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch4 Subject: [PATCH 20/22] sd-event: Make malloc_trim() conditional on glibc
32 r = malloc_trim(0);
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0022-sd-event-Make-malloc_trim-conditional-on-glibc.patch4 Subject: [PATCH 22/27] sd-event: Make malloc_trim() conditional on glibc
32 r = malloc_trim(0);
/openbmc/u-boot/include/
H A Dmalloc.h929 int malloc_trim(size_t);
943 int malloc_trim();
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_255.6.bb44 file://0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch \
/openbmc/qemu/util/
H A Drcu.c276 malloc_trim(4 * 1024 * 1024); in call_rcu_thread()
/openbmc/u-boot/common/
H A Ddlmalloc.src55 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 is
2414 malloc_trim(top_pad);
[all …]
H A Ddlmalloc.c1566 malloc_trim(top_pad);
2164 int malloc_trim(size_t pad) in malloc_trim() function
2166 int malloc_trim(pad) size_t pad; in malloc_trim()
/openbmc/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.build2142 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')
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_256.8.bb55 file://0022-sd-event-Make-malloc_trim-conditional-on-glibc.patch \
/openbmc/linux/
H A Dopengrok1.0.log[all...]