Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_ashmem_unittest.cpp18 TEST(AshmemRegion, Allocate) { in TEST() argument
Dcrazy_linker_ashmem.cpp21 bool AshmemRegion::Allocate(size_t region_size, const char* region_name) { in Allocate() function in crazy::AshmemRegion
Dcrazy_linker_memory_mapping.h37 bool Allocate(void* address, size_t size, Protection prot, int fd) { in Allocate() function
Dcrazy_linker_elf_relro.cpp70 bool SharedRelro::Allocate(size_t relro_size, in Allocate() function in crazy::SharedRelro