Searched refs:real_malloc (Results 1 – 2 of 2) sorted by relevance
68 real_malloc = dlsym(RTLD_NEXT, "malloc"); in memutils_init()69 if (NULL == real_malloc) { in memutils_init()163 return real_malloc(size); in malloc()
47 static void* (*real_malloc)(size_t) = NULL; variable