Searched defs:alloc (Results 1 – 5 of 5) sorted by relevance
/bionic/linker/ | ||
D | linker_block_allocator.h | 73 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } in alloc() function |
D | linker_allocator.cpp | 75 void* LinkerSmallObjectAllocator::alloc() { in alloc() function in LinkerSmallObjectAllocator |
D | linker_block_allocator.cpp | 41 void* LinkerBlockAllocator::alloc() { in alloc() function in LinkerBlockAllocator |
D | linker.cpp | 221 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { in alloc() function in SoinfoListAllocator |
/bionic/linker/tests/ | ||
D | linked_list_test.cpp | 34 static entry_t* alloc() { in alloc() function in __anoncb37805a0111::LinkedListTestAllocator |