Home
last modified time | relevance | path

Searched refs:real_calloc (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dmemutils.c64 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()
Dmemutils.h46 static void* (*real_calloc)(size_t, size_t) = NULL; variable