Searched refs:munmap (Results 1 – 15 of 15) sorted by relevance
/ndk/tests/abcc/jni/mman-win32/ |
D | test.c | 26 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()
|
D | mman.h | 45 int munmap(void *addr, size_t len);
|
D | mman.c | 130 int munmap(void *addr, size_t len) in munmap() function
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_ashmem_unittest.cpp | 35 EXPECT_EQ(0, ::munmap(map, kSize)); in TEST()
|
D | crazy_linker_memory_mapping.h | 63 ::munmap(map_, size_); in Deallocate()
|
D | crazy_linker_elf_loader.cpp | 41 munmap(phdr_mmap_, phdr_size_); in ~ElfLoader() 95 munmap(load_start_, load_size_); in LoadAt()
|
D | crazy_linker_elf_relro.cpp | 33 if (::munmap(addr, size) < 0) { in SwapPagesFromFd()
|
D | crazy_linker_shared_library.cpp | 158 munmap(reinterpret_cast<void*>(view_.load_address()), view_.load_size()); in ~SharedLibrary()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | mapfile.c | 248 return munmap(mapped_at, len); in mapfile_unmap()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_unistd.cpp | 340 munmap((char*)base, len); in _M_unmap()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi.cc | 121 ::munmap(slab, PAGE_SIZE); in Deinit()
|
/ndk/tests/abcc/jni/ |
D | Abcc.cpp | 117 munmap (buf, st.st_size); in readWrapper()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 1076 GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1); in ExecDeathTestSpawnChild()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | gettext.m4 | 385 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 1582 mmap()/munmap() calls.
|