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

/bionic/linker/
H A Dlinker_allocator.h37 void* alloc();
63 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } function in class:LinkerAllocator
H A Dlinker_allocator.cpp39 void* LinkerBlockAllocator::alloc() { function in class:LinkerBlockAllocator
H A Dlinker.cpp274 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { function in class:SoinfoListAllocator
275 return g_soinfo_links_allocator.alloc();
293 soinfo* si = g_soinfo_allocator.alloc();
605 static LinkedListEntry<soinfo>* alloc() { function in class:SoinfoListAllocatorRW
606 return g_soinfo_list_allocator_rw.alloc();
/bionic/linker/tests/
H A Dlinked_list_test.cpp34 static entry_t* alloc() { function in class:__anon954::LinkedListTestAllocator

Completed in 62 milliseconds