/third_party/mesa3d/src/compiler/spirv/ |
H A D | nir_load_libclc.c | 219 munmap((void *)clc->data, clc->size); in close_clc_data()
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_bo.c | 409 munmap(map, bo->size); in etna_bo_map()
|
/third_party/node/src/large_pages/ |
H A D | node_large_page.cc | 338 if (munmap(mem_, size_) == 0) return; in ~MemoryMapPointer() 407 // We need not `munmap(tmem, size)` on success. in MoveTextRegionToLargePages()
|
/third_party/musl/src/fdsan/linux/ |
H A D | fdsan.c | 97 munmap(allocation, aligned_size); in get_fd_entry()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | umapfile.cpp | 262 if(munmap(pData->mapAddr, dataLen)==-1) { in uprv_unmapFile()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_gem.c | 160 /* This is just a wrapper around munmap, but it also notifies valgrind that 167 munmap(p, size); in anv_gem_munmap()
|
H A D | anv_allocator.c | 79 * our allocation fast-path, there isn't really a way to munmap the old mmap, 206 /* Just leak the old map until we destroy the pool. We can't munmap it in anv_state_table_expand_range() 270 munmap(cleanup->map, cleanup->size); in anv_state_table_finish() 453 munmap(cleanup->map, cleanup->size); in anv_block_pool_finish() 526 /* Just leak the old map until we destroy the pool. We can't munmap it in anv_block_pool_expand_range() 546 munmap(map, size); in anv_block_pool_expand_range() 552 munmap(map, size); in anv_block_pool_expand_range()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video_vp.c | 53 munmap(inter_bo->map, inter_bo->size); in dump_comm_vp()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | hotunplug_tests.c | 340 munmap(ptr, 4096); in amdgpu_hotunplug_with_exported_bo()
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress.c | 246 if (munmap(addr, sysconf(_SC_PAGESIZE) * pages_num) < 0) { in remove_files() 247 perror("map_and_thread(): munmap()"); in remove_files()
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.c | 268 munmap(p, size); in free_mem()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video_vp.c | 53 munmap(inter_bo->map, inter_bo->size); in dump_comm_vp()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitUtils.c | 233 munmap((void*)stack->min_start, (size_t)(stack->end - stack->min_start)); in sljit_free_stack()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ExecutableMemory.cpp | 402 int result = munmap(memory, length); in deallocateMemoryPages()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.cpp | 183 munmap(fb_buffer, size); in destroySurface()
|
/third_party/optimized-routines/networking/test/ |
H A D | chksum.c | 375 if (munmap(base, POOLSIZE) != 0) in main() 377 perror("munmap"), exit(EXIT_FAILURE); in main()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-blob.c | 138 munmap (fixture->data, get_pagesize ()); in free_up_munmap()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umapfile.cpp | 262 if(munmap(pData->mapAddr, dataLen)==-1) { in uprv_unmapFile()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gparser.c | 559 munmap(cache->hash, DWARF_UNW_HASH_SIZE(cache->prev_log_size) in dwarf_flush_rs_cache() 562 munmap(cache->buckets, DWARF_UNW_CACHE_SIZE(cache->prev_log_size) in dwarf_flush_rs_cache() 565 munmap(cache->links, DWARF_UNW_CACHE_SIZE(cache->prev_log_size) in dwarf_flush_rs_cache()
|
/third_party/mksh/ |
H A D | histrap.c | 809 munmap(caddr_cast(base), (size_t)histfsize); in hist_persist_init() 814 munmap(caddr_cast(base), (size_t)histfsize); in hist_persist_init() 997 munmap(caddr_cast(base), (size_t)sizenow); in writehistfile()
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 641 munmap(sq, maxlen); in uv__iou_init() 644 munmap(sqe, sqelen); in uv__iou_init() 652 munmap(iou->sq, iou->maxlen); in uv__iou_delete() 653 munmap(iou->sqe, iou->sqelen); in uv__iou_delete()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1353 munmap((void *)dso->loadmap->segs[i].addr, in unmap_library() 1363 munmap(dso->map, dso->map_len); in unmap_library() 1565 munmap(map, mapLen); in check_xpm() 1761 int res1 = munmap(temp_map, unused_part_1); in map_library() 1763 LD_LOGE("munmap unused part 1 failed, errno:%{public}d", errno); in map_library() 1768 int res2 = munmap(real_map + map_len, unused_part_2); in map_library() 1770 LD_LOGE("munmap unused part 2 failed, errno:%{public}d", errno); in map_library() 5065 munmap(map, mapLen); in task_check_xpm() 5196 munmap(task->shdr_allocated_buf, task->shsize); in map_library_header() 5206 munmap(tas in map_library_header() [all...] |
/third_party/eudev/src/libudev/ |
H A D | libudev-hwdb.c | 346 munmap((void *)hwdb->map, hwdb->st.st_size); in udev_hwdb_unref()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_lfloat.c | 364 .munmap = snd_pcm_generic_munmap,
|
H A D | pcm_linear.c | 408 .munmap = snd_pcm_generic_munmap,
|