Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dmemutils.c68 real_malloc = dlsym(RTLD_NEXT, "malloc"); in memutils_init()
69 if (NULL == real_malloc) { in memutils_init()
163 return real_malloc(size); in malloc()
Dmemutils.h47 static void* (*real_malloc)(size_t) = NULL; variable