Searched defs:alloc (Results 1 – 6 of 6) sorted by relevance
85 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } in alloc() function
90 void* LinkerSmallObjectAllocator::alloc() { in alloc() function in LinkerSmallObjectAllocator266 void* LinkerMemoryAllocator::alloc(size_t size) { in alloc() function in LinkerMemoryAllocator
59 void* LinkerBlockAllocator::alloc() { in alloc() function in LinkerBlockAllocator
266 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { in alloc() function in SoinfoListAllocator274 LinkedListEntry<android_namespace_t>* NamespaceListAllocator::alloc() { in alloc() function in NamespaceListAllocator521 static void* alloc() { in alloc() function in SizeBasedAllocator539 static T* alloc() { in alloc() function in TypeBasedAllocator
46 static entry_t* alloc() { in alloc() function in __anon106301b90111::LinkedListTestAllocator
115 } alloc; member