Searched refs:LIBSIZE (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Ddlext_test.cpp46 #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,
115 extinfo.reserved_size = LIBSIZE;
122 reinterpret_cast<char*>(start) + LIBSIZE);
139 void* start = mmap(NULL, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS,
145 extinfo.reserved_size = LIBSIZE;
152 reinterpret_cast<char*>(start) + LIBSIZE);
177 void* start = mmap(NULL, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS,
182 extinfo_.reserved_size = LIBSIZE;

Completed in 152 milliseconds