Home
last modified time | relevance | path

Searched refs:arena (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dmalloc.h597 int arena; /* total space allocated from system */ member
/rk3399_rockchip-uboot/doc/
H A DREADME.memory-test37 malloc arena, video buffer, log buffer, etc. If you let it, it
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src594 int arena; /* total space allocated from system */
685 * When sbrk is called to extend the top of the arena to satisfy
693 so that the end of the arena is always a system page boundary.
1567 #define sbrked_mem (current_mallinfo.arena)
2097 or the base of its memory arena.)
H A Ddlmalloc.c698 #define sbrked_mem (current_mallinfo.arena)