Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmalloc.h857 #define vALLOc __libc_valloc macro
892 # define vALLOc dlvalloc macro
902 # define vALLOc valloc macro
/openbmc/u-boot/common/
H A Ddlmalloc.c2031 Void_t* vALLOc(size_t bytes) in vALLOc() function