Searched refs:munmapp (Results 1 – 1 of 1) sorted by relevance
49 static int (*munmapp) (void *, size_t); variable254 munmapp = (int (*)(void *, size_t))dlsym (RTLD_NEXT, "munmap"); in me()781 result = (*munmapp)(start, len); in munmap()