Home
last modified time | relevance | path

Searched defs:munmap (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c44 int munmap(void* addr, size_t length) in munmap() function
Dmusl_malloc_dispatch.h37 MallocMunmapType munmap; member
/third_party/libunwind/src/mingw/
Dpal-single-threaded.c37 int munmap(void *addr, size_t length) in munmap() function
/third_party/libunwind/src/win/
Dpal-single-threaded.c37 int munmap(void *addr, size_t length) in munmap() function
/third_party/iowow/src/platform/win32/mman/
Dmman.c103 int munmap(void *addr, size_t len) { in munmap() function
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.h213 gint (*munmap) (gpointer _start, gsize length); member
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c388 # define munmap(addr, len) __munmap (addr, len) macro
/third_party/libffi/src/
Dclosures.c522 #define munmap dlmunmap macro
/third_party/alsa-lib/src/pcm/
Dpcm_local.h151 int (*munmap)(snd_pcm_t *pcm); member