Home
last modified time | relevance | path

Searched refs:rEALLOc (Results 1 – 3 of 3) 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
923 Void_t* rEALLOc(Void_t*, size_t);
937 Void_t* rEALLOc();
/openbmc/u-boot/common/
H A Ddlmalloc.c1647 Void_t* rEALLOc(Void_t* oldmem, size_t bytes) in rEALLOc() function
1649 Void_t* rEALLOc(oldmem, bytes) Void_t* oldmem; size_t bytes; in rEALLOc()
H A Ddlmalloc.src853 #define rEALLOc __libc_realloc
877 #define rEALLOc dlrealloc
887 #define rEALLOc realloc
902 Void_t* rEALLOc(Void_t*, size_t);
916 Void_t* rEALLOc();
2495 Void_t* rEALLOc(Void_t* oldmem, size_t bytes)
2497 Void_t* rEALLOc(oldmem, bytes) Void_t* oldmem; size_t bytes;