Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.h89 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } in alloc() function
Dlinker_block_allocator.cpp62 void* LinkerBlockAllocator::alloc() { in alloc() function in LinkerBlockAllocator
Dlinked_list_test.cpp46 static entry_t* alloc() { in alloc() function in __anonb9afa2e10111::LinkedListTestAllocator
Dlinker.cpp317 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { in alloc() function in SoinfoListAllocator
325 LinkedListEntry<android_namespace_t>* NamespaceListAllocator::alloc() { in alloc() function in NamespaceListAllocator
569 static void* alloc() { in alloc() function in SizeBasedAllocator
591 static T* alloc() { in alloc() function in TypeBasedAllocator
/bionic/libc/bionic/
Dbionic_allocator.cpp107 void* BionicSmallObjectAllocator::alloc() { in alloc() function in BionicSmallObjectAllocator
309 void* BionicAllocator::alloc(size_t size) { in alloc() function in BionicAllocator
/bionic/tests/
Dmalloc_iterate_test.cpp50 AllocDataType* alloc = &test_data->allocs.back(); in AllocPtr() local
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp790 MallocXmlElem alloc(fp, "allocation", "nr=\"%zu\"", alloc_num); in debug_malloc_info() local
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2520 auto alloc = root->FirstChildElement(); in TEST_F() local
/bionic/libc/kernel/uapi/drm/
Damdgpu_drm.h136 } alloc; member