Home
last modified time | relevance | path

Searched refs:munmap (Results 426 - 450 of 668) sorted by relevance

1...<<11121314151617181920>>...27

/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp171 int result = munmap(mappedAddr_, bufferHandle_->size); in DisPlay()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp161 ::munmap(data_, size_); in Dealloc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp85 ::munmap(ptr, size); in ReleaseSharedMemory()
/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/
H A Deffect_memory.cpp178 ::munmap(data, len); in ReleaseSharedMemory()
/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h276 int ret = munmap(p, TSize); in release()
278 FFRT_LOGE("munmap failed with errno: %d", errno); in release()
/kernel/linux/linux-5.10/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c210 munmap(p, ONE_MEG); in test_alloc_and_import()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c378 munmap(mem, MEM_REGION_SIZE); in test_add_max_memory_regions()
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.c449 munmap(addr, size); in main()
/kernel/linux/linux-5.10/tools/perf/jvmti/
H A Djvmti_agent.c232 munmap(marker_addr, pgsz); in perf_close_marker_file()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dgen.c589 munmap(obj_data, mmap_sz); in do_skeleton()
/kernel/linux/linux-6.6/tools/perf/jvmti/
H A Djvmti_agent.c232 munmap(marker_addr, pgsz); in perf_close_marker_file()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dmax_guest_memory_test.c284 munmap(mem, slot_size / 2); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dgup_longterm.c231 munmap(mem, size); in do_test()
/kernel/linux/linux-6.6/scripts/
H A Dsorttable.c385 munmap(addr, size); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c253 munmap(mod, st.st_size); in populate_data_item_mod()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c141 if (munmap(child->stack, CHILD_STACK_SIZE)) { in child_join()
142 error_set(err, -1, "munmap of child stack failed (errno %d)", errno); in child_join()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dskel_internal.h181 munmap(p, sz); in skel_free_map_data()
/third_party/ffmpeg/libavdevice/
H A Dbktr.c323 munmap((caddr_t)video_buf, video_buf_size); in grab_read_close()
/third_party/alsa-utils/alsactl/
H A Dutils.c65 munmap(buf, bufsize); in file_unmap()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h519 extern int munmap(void *addr, size_t length);
/third_party/icu/icu4c/source/common/
H A Dumapfile.cpp262 if(munmap(pData->mapAddr, dataLen)==-1) { in uprv_unmapFile()
/third_party/libbpf/src/
H A Dskel_internal.h181 munmap(p, sz); in skel_free_map_data()
/third_party/libdrm/exynos/
H A Dexynos_drm.c176 munmap(bo->vaddr, bo->size); in exynos_bo_destroy()
/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()

Completed in 15 milliseconds

1...<<11121314151617181920>>...27