Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_allocator.h63 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } in alloc() function
Dlinker_allocator.cpp39 void* LinkerBlockAllocator::alloc() { in alloc() function in LinkerBlockAllocator
Dlinker.cpp272 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { in alloc() function in SoinfoListAllocator
573 static void* alloc() { in alloc() function in SizeBasedAllocator
591 static T* alloc() { in alloc() function in TypeBasedAllocator
/bionic/linker/tests/
Dlinked_list_test.cpp34 static entry_t* alloc() { in alloc() function in __anon12b019910111::LinkedListTestAllocator