Home
last modified time | relevance | path

Searched refs:vALLOc (Results 1 – 3 of 3) 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
925 Void_t* vALLOc(size_t);
939 Void_t* vALLOc();
/openbmc/u-boot/common/
H A Ddlmalloc.c2031 Void_t* vALLOc(size_t bytes) in vALLOc() function
2033 Void_t* vALLOc(bytes) size_t bytes; in vALLOc()
H A Ddlmalloc.src854 #define vALLOc __libc_valloc
878 #define vALLOc dlvalloc
888 #define vALLOc valloc
904 Void_t* vALLOc(size_t);
918 Void_t* vALLOc();
2820 Void_t* vALLOc(size_t bytes)
2822 Void_t* vALLOc(bytes) size_t bytes;