Home
last modified time | relevance | path

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

/ndk/tests/abcc/jni/mman-win32/
Dtest.c26 int result = munmap(map, 1024); in test_anon_map_readwrite()
46 int result = munmap(map, 1024); in test_anon_map_readonly()
66 int result = munmap(map, 1024); in test_anon_map_writeonly()
88 int result = munmap(map, 1024); in test_anon_map_readonly_nowrite()
110 int result = munmap(map, 1024); in test_file_map_readwrite()
160 result = munmap(map, map_size); in test_file_map_mlock_munlock()
202 result = munmap(map, map_size); in test_file_map_msync()
Dmman.h45 int munmap(void *addr, size_t len);
Dmman.c130 int munmap(void *addr, size_t len) in munmap() function
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_ashmem_unittest.cpp35 EXPECT_EQ(0, ::munmap(map, kSize)); in TEST()
Dcrazy_linker_memory_mapping.h63 ::munmap(map_, size_); in Deallocate()
Dcrazy_linker_elf_loader.cpp41 munmap(phdr_mmap_, phdr_size_); in ~ElfLoader()
95 munmap(load_start_, load_size_); in LoadAt()
Dcrazy_linker_elf_relro.cpp33 if (::munmap(addr, size) < 0) { in SwapPagesFromFd()
Dcrazy_linker_shared_library.cpp158 munmap(reinterpret_cast<void*>(view_.load_address()), view_.load_size()); in ~SharedLibrary()
/ndk/sources/host-tools/ndk-stack/elff/
Dmapfile.c248 return munmap(mapped_at, len); in mapfile_unmap()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp340 munmap((char*)base, len); in _M_unmap()
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc121 ::munmap(slab, PAGE_SIZE); in Deinit()
/ndk/tests/abcc/jni/
DAbcc.cpp117 munmap (buf, st.st_size); in readWrapper()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc1076 GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1); in ExecDeathTestSpawnChild()
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m4385 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1582 mmap()/munmap() calls.