Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmemusage.c42 static void *(*mallocp)(size_t); variable
242 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()