Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dstatistics_test.cpp253 constexpr int smallSize = 4096; in TestMemoryMap() local
261 …void* mapAddr1 = mmap(nullptr, smallSize, PROT_WRITE | PROT_READ, MAP_SHARED | MAP_POPULATE, fd, 0… in TestMemoryMap()
273 munmap(mapAddr1, smallSize); in TestMemoryMap()
284 munmap(mapAddr1, smallSize); in TestMemoryMap()