Home | History | Annotate | Download | only in include

Lines Matching defs:calloc

48   calloc(size_t unit, size_t quantity);
162 memcpy called in realloc and calloc (otherwise macro versions are used).
342 and want to use them in calloc and realloc. Otherwise simple
853 #define cALLOc __libc_calloc
863 #pragma weak calloc = __libc_calloc
881 void *calloc(size_t nmemb, size_t size);
887 # define cALLOc dlcalloc
897 # define cALLOc calloc
927 Void_t* cALLOc(size_t, size_t);
941 Void_t* cALLOc();