Searched defs:Allocate (Results 1 – 4 of 4) sorted by relevance
18 TEST(AshmemRegion, Allocate) { in TEST() argument
21 bool AshmemRegion::Allocate(size_t region_size, const char* region_name) { in Allocate() function in crazy::AshmemRegion
37 bool Allocate(void* address, size_t size, Protection prot, int fd) { in Allocate() function
70 bool SharedRelro::Allocate(size_t relro_size, in Allocate() function in crazy::SharedRelro