Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 11 of 11) 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() function in crazy::AshmemRegion
55 if (map.Allocate(NULL, map_size, MemoryMapping::CAN_WRITE, fd)) { in CheckFileDescriptorIsReadOnly()
69 if (!map.Allocate(NULL, map_size, MemoryMapping::CAN_READ, fd)) { in CheckFileDescriptorIsReadOnly()
Dcrazy_linker_elf_relro.cpp70 bool SharedRelro::Allocate(size_t relro_size, in Allocate() function in crazy::SharedRelro
76 if (!ashmem_.Allocate(relro_size, name.c_str())) { in Allocate()
93 if (!map.Allocate(NULL, relro_size, MemoryMapping::CAN_WRITE, ashmem_.fd())) { in CopyFrom()
124 if (!map.Allocate( in CopyFromRelocated()
172 if (!fd_map.Allocate(NULL, relro_size, MemoryMapping::CAN_READ, ashmem_fd)) { in InitFrom()
Dcrazy_linker_ashmem_unittest.cpp18 TEST(AshmemRegion, Allocate) { in TEST() argument
21 EXPECT_TRUE(region.Allocate(kSize, __FUNCTION__)); in TEST()
Dcrazy_linker_ashmem.h38 bool Allocate(size_t region_size, const char* region_name);
Dcrazy_linker_elf_relro.h40 bool Allocate(size_t relro_size, const char* library_name, Error* error);
Dcrazy_linker_memory_mapping.h37 bool Allocate(void* address, size_t size, Protection prot, int fd) { in Allocate() function
Dcrazy_linker_api.cpp248 if (!region.Allocate(PAGE_SIZE, NULL) || in crazy_system_can_share_relro()
Dcrazy_linker_shared_library.cpp321 if (!relro.Allocate(relro_size_, base_name_, error)) in CreateSharedRelro()
/ndk/docs/text/
DSTABLE-APIS.text282 - Allocate and release OpenGLES surfaces
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dvector904 // Allocate space for __n objects
2457 // Allocate space for __n objects
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog3118 * sed.c (compile_regex) Allocate 10 bytes extra space needed by