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 109 void* start = mmap(NULL, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, in TEST_F() 115 extinfo.reserved_size = LIBSIZE; in TEST_F() 122 reinterpret_cast<char*>(start) + LIBSIZE); in TEST_F() 139 void* start = mmap(NULL, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, in TEST_F() 145 extinfo.reserved_size = LIBSIZE; in TEST_F() 152 reinterpret_cast<char*>(start) + LIBSIZE); in TEST_F() 177 void* start = mmap(NULL, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, in SetUp() 182 extinfo_.reserved_size = LIBSIZE; in SetUp()
|