Searched refs:real_calloc (Results 1 – 4 of 4) sorted by relevance
43 real_calloc = dlsym(RTLD_NEXT, "calloc"); in memutils_init()44 if (!real_calloc) { in memutils_init()135 void* mem_ptr = real_calloc(nitems, size); in calloc()
49 static void* (*real_calloc)(size_t, size_t) = NULL; variable
67 real_calloc = dlsym(RTLD_NEXT, "calloc"); in memutils_init()68 if (NULL == real_calloc) { in memutils_init()171 return real_calloc(nitems, size); in calloc()
48 static void* (*real_calloc)(size_t, size_t) = NULL; variable