Searched refs:mallocp (Results 1 – 1 of 1) sorted by relevance
42 static void *(*mallocp)(size_t); variable242 mallocp = (void *(*)(size_t))dlsym (RTLD_NEXT, "malloc"); in me()362 return (*mallocp)(len); in malloc()379 result = (struct header *) (*mallocp)(len + sizeof (struct header)); in malloc()525 result = (struct header *) (*mallocp)(size + sizeof (struct header)); in calloc()