Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmalloc.h319 #define MORECORE wsbrk macro
824 #define MORECORE (*__morecore) macro
836 #ifndef MORECORE
837 #define MORECORE sbrk macro
/openbmc/u-boot/common/
H A Ddlmalloc.c1090 brk = (char*)(MORECORE (sbrk_size));
1127 new_brk = (char*)(MORECORE (correction));
2185 current_brk = (char*)(MORECORE (0));
2191 new_brk = (char*)(MORECORE (-extra));
2196 current_brk = (char*)(MORECORE (0));
H A Ddlmalloc.src196 MORECORE (default: sbrk)
199 The value returned upon failure of MORECORE.
201 true (1) if the routine mapped to MORECORE zeroes out memory (which
325 #define MORECORE wsbrk
821 #define MORECORE (*__morecore)
833 #ifndef MORECORE
834 #define MORECORE sbrk
1955 brk = (char*)(MORECORE (sbrk_size));
1992 new_brk = (char*)(MORECORE (correction));
2085 but definable to anything else via the MORECORE macro).
[all …]