Searched refs:real_calloc (Results 1 – 2 of 2) sorted by relevance
64 real_calloc = dlsym(RTLD_NEXT, "calloc"); in memutils_init()65 if (NULL == real_calloc) { in memutils_init()175 return real_calloc(nitems, size); in calloc()
46 static void* (*real_calloc)(size_t, size_t) = NULL; variable