Searched refs:munmap (Results 1 - 15 of 15) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/common/src/ |
H A D | random_access_file.cpp | 128 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 D | statistics_test.cpp | 146 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 D | hook_test.c | 284 munmap(pMap, PAGE_SIZE); in RemoveMmap()
|
H A D | malloc_test.cpp | 303 munmap(pMap, PAGE_SIZE); in RemoveMmap()
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
H A D | paged_mem_pool.cpp | 82 CHECK_TRUE(munmap(block, blockSize_) == 0, false, "munmap failed, %d", errno); in Free()
|
/developtools/profiler/hiebpf/include/ |
H A D | hiebpf_data_file.h | 51 munmap(mapAddr_, length_); in ~HiebpfDataFile()
|
/developtools/profiler/hiebpf/src/ |
H A D | hiebpf_data_file.cpp | 118 if (munmap(mapAddr_, length_) != 0) { in RemapFile()
|
H A D | elf_file.cpp | 49 munmap(mmap_, mmapSize_); in ~ElfFile()
|
/developtools/profiler/device/services/profiler_service/src/ |
H A D | trace_file_writer.cpp | 101 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 D | utilities.h | 333 int munmap(void *addr, size_t);
|
/developtools/hiperf/demo/cpp/ |
H A D | hiperf_example_cmd.cpp | 138 munmap(arr, getpagesize()); in LoopMmap()
|
/developtools/hiperf/src/ |
H A D | perf_events.cpp | 179 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 D | utilities.cpp | 572 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 D | share_memory_block.cpp | 170 munmap(memoryPoint_, memorySize_); in ReleaseBlock()
|
/developtools/profiler/device/plugins/native_hook/src/ |
H A D | hook_client.cpp | 1381 int ret = hook_munmap(GetDispatch()->munmap, addr, length); in ohos_malloc_hook_munmap()
|
Completed in 13 milliseconds