Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.h85 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } in alloc() function
Dlinker_allocator.cpp90 void* LinkerSmallObjectAllocator::alloc() { in alloc() function in LinkerSmallObjectAllocator
266 void* LinkerMemoryAllocator::alloc(size_t size) { in alloc() function in LinkerMemoryAllocator
Dlinker_block_allocator.cpp59 void* LinkerBlockAllocator::alloc() { in alloc() function in LinkerBlockAllocator
Dlinker.cpp266 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { in alloc() function in SoinfoListAllocator
274 LinkedListEntry<android_namespace_t>* NamespaceListAllocator::alloc() { in alloc() function in NamespaceListAllocator
521 static void* alloc() { in alloc() function in SizeBasedAllocator
539 static T* alloc() { in alloc() function in TypeBasedAllocator
/bionic/linker/tests/
Dlinked_list_test.cpp46 static entry_t* alloc() { in alloc() function in __anon106301b90111::LinkedListTestAllocator
/bionic/libc/kernel/uapi/drm/
Damdgpu_drm.h115 } alloc; member