Home
last modified time | relevance | path

Searched refs:munmap (Results 226 - 250 of 351) sorted by relevance

12345678910>>...15

/third_party/mesa3d/src/compiler/spirv/
H A Dnir_load_libclc.c219 munmap((void *)clc->data, clc->size); in close_clc_data()
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_bo.c409 munmap(map, bo->size); in etna_bo_map()
/third_party/node/src/large_pages/
H A Dnode_large_page.cc338 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 Dfdsan.c97 munmap(allocation, aligned_size); in get_fd_entry()
/third_party/node/deps/icu-small/source/common/
H A Dumapfile.cpp262 if(munmap(pData->mapAddr, dataLen)==-1) { in uprv_unmapFile()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem.c160 /* This is just a wrapper around munmap, but it also notifies valgrind that
167 munmap(p, size); in anv_gem_munmap()
H A Danv_allocator.c79 * 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 Dnv98_video_vp.c53 munmap(inter_bo->map, inter_bo->size); in dump_comm_vp()
/third_party/libdrm/tests/amdgpu/
H A Dhotunplug_tests.c340 munmap(ptr, 4096); in amdgpu_hotunplug_with_exported_bo()
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c246 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 Debizzy.c268 munmap(p, size); in free_mem()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_vp.c53 munmap(inter_bo->map, inter_bo->size); in dump_comm_vp()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitUtils.c233 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 DExecutableMemory.cpp402 int result = munmap(memory, length); in deallocateMemoryPages()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.cpp183 munmap(fb_buffer, size); in destroySurface()
/third_party/optimized-routines/networking/test/
H A Dchksum.c375 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 Dtest-blob.c138 munmap (fixture->data, get_pagesize ()); in free_up_munmap()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumapfile.cpp262 if(munmap(pData->mapAddr, dataLen)==-1) { in uprv_unmapFile()
/third_party/libunwind/libunwind/src/dwarf/
H A DGparser.c559 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 Dhistrap.c809 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 Dlinux.c641 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 Ddynlink.c1353 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 Dlibudev-hwdb.c346 munmap((void *)hwdb->map, hwdb->st.st_size); in udev_hwdb_unref()
/third_party/alsa-lib/src/pcm/
H A Dpcm_lfloat.c364 .munmap = snd_pcm_generic_munmap,
H A Dpcm_linear.c408 .munmap = snd_pcm_generic_munmap,

Completed in 30 milliseconds

12345678910>>...15