Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dmalloc.h852 #define cALLOc __libc_calloc macro
886 # define cALLOc dlcalloc macro
896 # define cALLOc calloc macro
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c2055 Void_t* cALLOc(size_t n, size_t elem_size) in cALLOc() function