Home
last modified time | relevance | path

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

/u-boot/include/
A Dmalloc.h914 #define malloc_trim dlmalloc_trim macro
952 int malloc_trim(size_t);
966 int malloc_trim();
/u-boot/common/
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 …]
A Ddlmalloc.c1603 malloc_trim(top_pad);
2200 int malloc_trim(size_t pad) in malloc_trim() function
2202 int malloc_trim(pad) size_t pad; in malloc_trim()

Completed in 15 milliseconds