Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
H A Dstatistics_test.cpp261 void* mapAddr1 = mmap(nullptr, smallSize, PROT_WRITE | PROT_READ, MAP_SHARED | MAP_POPULATE, fd, 0); in TestMemoryMap() local
262 if (mapAddr1 == MAP_FAILED) { in TestMemoryMap()
273 munmap(mapAddr1, smallSize); in TestMemoryMap()
284 munmap(mapAddr1, smallSize); in TestMemoryMap()

Completed in 1 milliseconds