Searched refs:real_malloc (Results 1 – 1 of 1) sorted by relevance
35 static void *(*real_malloc) (size_t size); in malloc() local37 if (!real_malloc) in malloc()38 real_malloc = dlsym (RTLD_NEXT, "malloc"); in malloc()42 return (*real_malloc) (size); in malloc()
Completed in 4 milliseconds