Home
last modified time | relevance | path

Searched refs:bigSize (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
Dstatistics_test.cpp254 constexpr int bigSize = 8192; in TestMemoryMap() local
269 …void* mapAddr2 = mmap(nullptr, bigSize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0… in TestMemoryMap()
285 munmap(mapAddr2, bigSize); in TestMemoryMap()