Searched refs:Allocate (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_ashmem.cpp | 21 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()
|
D | crazy_linker_elf_relro.cpp | 70 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()
|
D | crazy_linker_ashmem_unittest.cpp | 18 TEST(AshmemRegion, Allocate) { in TEST() argument 21 EXPECT_TRUE(region.Allocate(kSize, __FUNCTION__)); in TEST()
|
D | crazy_linker_ashmem.h | 38 bool Allocate(size_t region_size, const char* region_name);
|
D | crazy_linker_elf_relro.h | 40 bool Allocate(size_t relro_size, const char* library_name, Error* error);
|
D | crazy_linker_memory_mapping.h | 37 bool Allocate(void* address, size_t size, Protection prot, int fd) { in Allocate() function
|
D | crazy_linker_api.cpp | 248 if (!region.Allocate(PAGE_SIZE, NULL) || in crazy_system_can_share_relro()
|
D | crazy_linker_shared_library.cpp | 321 if (!relro.Allocate(relro_size_, base_name_, error)) in CreateSharedRelro()
|
/ndk/docs/text/ |
D | STABLE-APIS.text | 282 - Allocate and release OpenGLES surfaces
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | vector | 904 // Allocate space for __n objects 2457 // Allocate space for __n objects
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 3118 * sed.c (compile_regex) Allocate 10 bytes extra space needed by
|