Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/tools/
Dmingw_support.c62 int munmap(void *addr, size_t len) in munmap() function
/third_party/libunwind/src/win/
Dpal-single-threaded.c37 int munmap(void *addr, size_t length) in munmap() function
/third_party/libunwind/src/mingw/
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.h207 gint (*munmap) (gpointer _start, gsize length); member
/third_party/e2fsprogs/intl/
Dloadmsgcat.c464 # define munmap __munmap macro
/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