Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
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/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/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.4.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);
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 is
2414 malloc_trim(top_pad);
2943 int malloc_trim(size_t pad)
2945 int malloc_trim(pad) size_t 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.txt65 option('malloc_trim', type : 'feature', value : 'auto', feature
66 description: 'enable libc malloc_trim() for memory optimization')
H A Dmeson.build2025 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')
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_255.4.bb55 file://0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch \