Home
last modified time | relevance | path

Searched defs:rEALLOc (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmalloc.h856 #define rEALLOc __libc_realloc macro
891 # define rEALLOc dlrealloc macro
901 # define rEALLOc realloc macro
/openbmc/u-boot/common/
H A Ddlmalloc.c1647 Void_t* rEALLOc(Void_t* oldmem, size_t bytes) in rEALLOc() function