Home
last modified time | relevance | path

Searched refs:munmap (Results 1 - 15 of 15) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Drandom_access_file.cpp128 munmap(mmapInfo.mapAddr, mmapInfo.mmapSize); in ReadFileFullyFromOffset()
132 munmap(mmapInfo.mapAddr, mmapInfo.mmapSize); in ReadFileFullyFromOffset()
151 munmap(mmapInfo.mapAddr, mmapInfo.mmapSize); in ReadFileFullyFromOffset()
186 munmap(mmapInfo.mapAddr, mmapInfo.mmapSize); in WriteToFile()
201 munmap(mmapInfo.mapAddr, mmapInfo.mmapSize); in ReadFileFromOffsetAndDigestUpdate()
/developtools/profiler/device/plugins/native_hook/test/
H A Dstatistics_test.cpp146 munmap(ptr, size); in MmapAndMunMap()
273 munmap(mapAddr1, smallSize); in TestMemoryMap()
284 munmap(mapAddr1, smallSize); in TestMemoryMap()
285 munmap(mapAddr2, bigSize); in TestMemoryMap()
H A Dhook_test.c284 munmap(pMap, PAGE_SIZE); in RemoveMmap()
H A Dmalloc_test.cpp303 munmap(pMap, PAGE_SIZE); in RemoveMmap()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dpaged_mem_pool.cpp82 CHECK_TRUE(munmap(block, blockSize_) == 0, false, "munmap failed, %d", errno); in Free()
/developtools/profiler/hiebpf/include/
H A Dhiebpf_data_file.h51 munmap(mapAddr_, length_); in ~HiebpfDataFile()
/developtools/profiler/hiebpf/src/
H A Dhiebpf_data_file.cpp118 if (munmap(mapAddr_, length_) != 0) { in RemapFile()
H A Delf_file.cpp49 munmap(mmap_, mmapSize_); in ~ElfFile()
/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_writer.cpp101 munmap(fileMapAddr_, fileLength_); in ~TraceFileWriter()
462 if (munmap(fileMapAddr_, fileLength_) != 0) { in RemapFile()
463 PROFILER_LOG_ERROR(LOG_CORE, "munmap file(%zu) failed, error: %s", fileLength_, strerror(errno)); in RemapFile()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h333 int munmap(void *addr, size_t);
/developtools/hiperf/demo/cpp/
H A Dhiperf_example_cmd.cpp138 munmap(arr, getpagesize()); in LoopMmap()
/developtools/hiperf/src/
H A Dperf_events.cpp179 munmap(mmapItem.mmapPage, (1 + mmapPages_) * pageSize_); in ~PerfEvents()
181 munmap(mmapItem.mmapPage, (1 + auxMmapPages_) * pageSize_); in ~PerfEvents()
182 munmap(mmapItem.auxBuf, auxMmapPages_ * pageSize_); in ~PerfEvents()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp572 int munmap(void *addr, size_t) in munmap() function
575 On success, munmap() returns 0. On failure, it returns -1, and in munmap()
/developtools/profiler/device/services/shared_memory/src/
H A Dshare_memory_block.cpp170 munmap(memoryPoint_, memorySize_); in ReleaseBlock()
/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_client.cpp1381 int ret = hook_munmap(GetDispatch()->munmap, addr, length); in ohos_malloc_hook_munmap()

Completed in 13 milliseconds