/external/valgrind/main/none/tests/linux/ |
D | mremap.c | 13 munmap(map, mapsz); in mkmap() 42 munmap(np, 256*1024); in main() 52 munmap(np, 256*1024); in main() 62 munmap(np, 2048*1024); in main() 72 munmap(np, 2048*1024); in main() 75 munmap(p+512*1024, 4096); in main() 83 munmap(np, 1024*1024); in main() 86 munmap(p+512*1024, 4096); in main() 95 munmap(np, 1024*1024); in main()
|
/external/valgrind/main/none/tests/ |
D | map_unmap.c | 33 munmap((char *)p + off, pagesize); in nibblemap() 56 munmap(expect1, LEN); in main() 57 munmap(expect2, LEN); in main() 77 munmap(m1, LEN); in main()
|
D | map_unaligned.c | 16 if ( munmap( p1, 4096 ) != 0 ) in main() 31 if ( munmap( p2, 4096 ) != 0 ) in main()
|
D | munmap_exe.c | 21 munmap(m, 100); in main()
|
/external/valgrind/main/none/tests/mips32/ |
D | bug320057-mips32.c | 30 munmap(ptr, SZ); in main() 31 DO(munmap()); in main()
|
D | bug320057-mips32.stdout.exp | 4 munmap(); status: Success
|
/external/valgrind/main/memcheck/tests/ |
D | mempool.c | 78 munmap(l, sizeof(level_list)); in pop() 91 munmap(p->mem, SUPERBLOCK_SIZE); in destroy_pool() 92 munmap(p, sizeof(pool)); in destroy_pool()
|
D | mempool2.c | 81 munmap(l, sizeof(level_list)); in pop() 94 munmap(p->mem, SUPERBLOCK_SIZE); in destroy_pool() 95 munmap(p, sizeof(pool)); in destroy_pool()
|
/external/srec/srec/clib/ |
D | voc_read.c | 322 munmap(*buf, inflateSize(*size)); in mmap_zip() 333 if (buf2) munmap(buf2, inflateSize(size2)); in mmap_zip() 334 if (*buf && *buf != (void*)-1) munmap(*buf, inflateSize(*size)); in mmap_zip() 341 return munmap(buf, inflateSize(size)); in munmap_zip()
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | irt_icache_unittest.cc | 41 EXPECT_EQ(0, munmap(start, sizeof(code_template))); in TEST() 54 EXPECT_EQ(0, munmap(start, mem_size)); in TEST()
|
/external/elfutils/0.153/lib/ |
D | crc32_file.c | 85 munmap (mapped, mapsize); in crc32_file() 93 munmap (mapped, mapsize); in crc32_file()
|
/external/libunwind/src/coredump/ |
D | _UCD_elf_map_image.c | 52 munmap(remainder_base, remainder_len); in CD_elf_map_image() 75 munmap(ei->image, ei->size); in CD_elf_map_image()
|
/external/qemu/util/ |
D | oslib-posix.c | 131 munmap(ptr - offset, offset); in qemu_anon_ram_alloc() 134 munmap(ptr + size, total - size); in qemu_anon_ram_alloc() 151 munmap(ptr, size); in qemu_anon_ram_free()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_wrap_newlib.cc | 90 OP(memory, munmap); 180 int WRAP(munmap)(void* addr, size_t length) { in WRAP() argument 184 return REAL(munmap)(addr, length); in WRAP() 320 CHECK_REAL(munmap); in _real_munmap() 321 return REAL(munmap)(addr, length); in _real_munmap()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | system-alloc.cc | 325 munmap(reinterpret_cast<void*>(ptr), adjust); in Alloc() 328 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); in Alloc() 413 munmap(reinterpret_cast<void*>(ptr), adjust); in Alloc() 416 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); in Alloc()
|
D | malloc_hook_mmap_freebsd.h | 62 int munmap(void* start, size_t length) __THROW 129 extern "C" int munmap(void* start, size_t length) __THROW { in munmap() function
|
/external/blktrace/btt/ |
D | mmap.c | 84 munmap(cur_map, len); in move_map() 126 munmap(cur_map, len); in cleanup_ifile()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | PageAllocator.cpp | 93 int ret = munmap(basePtr, preLen); in trimMapping() 98 int ret = munmap(trimPtr + trimLen, postLen); in trimMapping() 254 int ret = munmap(addr, len); in freePages()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | malloc_hook_mmap_freebsd.h | 62 int munmap(void* start, size_t length) __THROW 129 extern "C" int munmap(void* start, size_t length) __THROW { in munmap() function
|
D | system-alloc.cc | 463 munmap(reinterpret_cast<void*>(ptr), adjust); in Alloc() 466 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); in Alloc() 550 munmap(reinterpret_cast<void*>(ptr), adjust); in Alloc() 553 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); in Alloc()
|
/external/oprofile/libdb/ |
D | db_manage.c | 92 munmap(data->base_memory, old_file_size); in odb_grow_hashtable() 266 munmap(data->base_memory, tables_size(data, nr_node)); in odb_open() 285 munmap(data->base_memory, size); in odb_close()
|
/external/fio/ |
D | memory.c | 21 munmap(td->pinned_mem, td->o.lockmem); in fio_unpin_memory() 56 munmap(td->pinned_mem, td->o.lockmem); in fio_pin_memory() 177 munmap(td->orig_buffer, td->orig_buffer_size); in free_mem_mmap()
|
/external/valgrind/main/tests/ |
D | sys_mman.h | 27 r = munmap(ptr, pagesz); in get_unmapped_page()
|
/external/compiler-rt/SDKs/darwin/usr/include/sys/ |
D | mman.h | 39 int munmap(void *addr, size_t len);
|
/external/valgrind/main/none/tests/amd64/ |
D | nibz_bennee_mmap.c | 41 if (munmap(p, 4096) < 0) in main()
|