Searched defs:alloc (Results 1 – 4 of 4) sorted by relevance
| /bionic/linker/ | ||
| D | linker_allocator.h | 63 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } in alloc() function |
| D | linker_allocator.cpp | 39 void* LinkerBlockAllocator::alloc() { in alloc() function in LinkerBlockAllocator |
| D | linker.cpp | 272 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 __anon12b019910111::LinkedListTestAllocator |