Searched refs:LIBSIZE (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | dlext_test.cpp | 46 #define LIBSIZE 1024*1024 // how much address space to reserve for it macro 173 void* start = mmap(nullptr, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, in TEST_F() 179 extinfo.reserved_size = LIBSIZE; in TEST_F() 186 reinterpret_cast<char*>(start) + LIBSIZE); in TEST_F() 203 void* start = mmap(nullptr, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, in TEST_F() 209 extinfo.reserved_size = LIBSIZE; in TEST_F() 216 reinterpret_cast<char*>(start) + LIBSIZE); in TEST_F() 241 void* start = mmap(nullptr, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, in SetUp() 246 extinfo_.reserved_size = LIBSIZE; in SetUp()
|