Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmalloc.h852 #define cALLOc __libc_calloc macro
887 # define cALLOc dlcalloc macro
897 # define cALLOc calloc macro
/openbmc/u-boot/common/
H A Ddlmalloc.c2062 Void_t* cALLOc(size_t n, size_t elem_size) in cALLOc() function