/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/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()
|
D | pointer-trace.c | 76 munmap(map, 256*1024); in main()
|
/external/bluetooth/bluez/src/ |
D | textfile.c | 228 munmap(map, size); in write_key() 252 munmap(map, size); in write_key() 277 munmap(map, size); in write_key() 295 munmap(map, size); in write_key() 361 munmap(map, size); in read_key() 487 munmap(map, size); in textfile_foreach()
|
D | oui.c | 81 munmap(map, st.st_size); in ouitocomp()
|
/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/libffi/src/ |
D | closures.c | 176 #define munmap dlmunmap macro 181 #undef munmap 394 munmap (ptr, length); in dlmmap_locked() 468 int ret = munmap (code, length); in dlmunmap() 473 return munmap (start, length); in dlmunmap()
|
/external/elfutils/lib/ |
D | crc32_file.c | 85 munmap (mapped, mapsize); in crc32_file() 93 munmap (mapped, mapsize); in crc32_file()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | TCSystemAlloc.cpp | 197 munmap(reinterpret_cast<void*>(ptr), adjust); in TryMmap() 200 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); in TryMmap() 328 munmap(reinterpret_cast<void*>(ptr), adjust); in TryDevMem() 331 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); in TryDevMem()
|
D | OSAllocatorPosix.cpp | 116 int result = munmap(address, bytes); in releaseDecommitted()
|
/external/blktrace/btt/ |
D | mmap.c | 84 munmap(cur_map, len); in move_map() 126 munmap(cur_map, len); in cleanup_ifile()
|
/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/valgrind/main/tests/ |
D | sys_mman.h | 27 r = munmap(ptr, pagesz); in get_unmapped_page()
|
/external/valgrind/main/none/tests/amd64/ |
D | nibz_bennee_mmap.c | 41 if (munmap(p, 4096) < 0) in main()
|
D | smc1.c | 114 munmap(code, 20); in main()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | bug133694.c | 15 if (munmap(a1, 4096) < 0) in main()
|
/external/expat/xmlwf/ |
D | unixfilemap.c | 62 munmap((caddr_t)p, nbytes); in filemap()
|
/external/chromium/net/disk_cache/ |
D | mapped_file_posix.cc | 50 int ret = munmap(buffer_, view_size_); in ~MappedFile()
|
/external/skia/src/core/ |
D | SkMMapStream.cpp | 73 munmap(fAddr, fSize); in closeMMap()
|
/external/tinyalsa/ |
D | pcm.c | 249 munmap(pcm->mmap_status, page_size); in pcm_hw_mmap_status() 284 munmap(pcm->mmap_status, page_size); in pcm_hw_munmap_status() 286 munmap(pcm->mmap_control, page_size); in pcm_hw_munmap_status() 446 munmap(pcm->mmap_buffer, pcm_frames_to_bytes(pcm, pcm->buffer_size)); in pcm_close() 597 munmap(pcm->mmap_buffer, pcm_frames_to_bytes(pcm, pcm->buffer_size)); in pcm_open()
|
/external/linux-tools-perf/util/ |
D | evlist.c | 248 munmap(evlist->mmap[i].base, evlist->mmap_len); in perf_evlist__munmap() 314 munmap(evlist->mmap[cpu].base, evlist->mmap_len); in perf_evlist__mmap_per_cpu() 353 munmap(evlist->mmap[thread].base, evlist->mmap_len); in perf_evlist__mmap_per_thread()
|