Searched defs:alloc (Results 1 – 6 of 6) sorted by relevance
73 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } in alloc() function
75 void* LinkerSmallObjectAllocator::alloc() { in alloc() function in LinkerSmallObjectAllocator249 void* LinkerMemoryAllocator::alloc(size_t size) { in alloc() function in LinkerMemoryAllocator
47 void* LinkerBlockAllocator::alloc() { in alloc() function in LinkerBlockAllocator
352 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { in alloc() function in SoinfoListAllocator360 LinkedListEntry<android_namespace_t>* NamespaceListAllocator::alloc() { in alloc() function in NamespaceListAllocator1061 static void* alloc() { in alloc() function in SizeBasedAllocator1079 static T* alloc() { in alloc() function in TypeBasedAllocator
34 static entry_t* alloc() { in alloc() function in __anon0b6ccaff0111::LinkedListTestAllocator
130 } alloc; member