Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmemusage.c49 static int (*munmapp) (void *, size_t); variable
254 munmapp = (int (*)(void *, size_t))dlsym (RTLD_NEXT, "munmap"); in me()
781 result = (*munmapp)(start, len); in munmap()