Searched defs:alloc (Results 1 – 9 of 9) sorted by relevance
89 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } in alloc() function
62 void* LinkerBlockAllocator::alloc() { in alloc() function in LinkerBlockAllocator
46 static entry_t* alloc() { in alloc() function in __anonb9afa2e10111::LinkedListTestAllocator
317 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { in alloc() function in SoinfoListAllocator325 LinkedListEntry<android_namespace_t>* NamespaceListAllocator::alloc() { in alloc() function in NamespaceListAllocator569 static void* alloc() { in alloc() function in SizeBasedAllocator591 static T* alloc() { in alloc() function in TypeBasedAllocator
107 void* BionicSmallObjectAllocator::alloc() { in alloc() function in BionicSmallObjectAllocator309 void* BionicAllocator::alloc(size_t size) { in alloc() function in BionicAllocator
50 AllocDataType* alloc = &test_data->allocs.back(); in AllocPtr() local
790 MallocXmlElem alloc(fp, "allocation", "nr=\"%zu\"", alloc_num); in debug_malloc_info() local
2520 auto alloc = root->FirstChildElement(); in TEST_F() local
136 } alloc; member