Home
last modified time | relevance | path

Searched refs:region_size (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_ashmem.cpp21 bool AshmemRegion::Allocate(size_t region_size, const char* region_name) { in Allocate() argument
26 if (ioctl(fd, ASHMEM_SET_SIZE, region_size) < 0) in Allocate()
Dcrazy_linker_ashmem.h38 bool Allocate(size_t region_size, const char* region_name);