Searched refs:smallSize (Results 1 – 1 of 1) sorted by relevance
253 constexpr int smallSize = 4096; in TestMemoryMap() local261 …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()