Searched defs:alloc (Results 1 - 7 of 7) sorted by relevance

/bionic/linker/
H A Dlinker_block_allocator.h49 void* alloc();
85 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } function in class:LinkerTypeAllocator
H A Dlinker_block_allocator.cpp59 void* LinkerBlockAllocator::alloc() { function in class:LinkerBlockAllocator
H A Dlinker_allocator.cpp47 // On alloc:
88 void* LinkerSmallObjectAllocator::alloc() { function in class:LinkerSmallObjectAllocator
264 void* LinkerMemoryAllocator::alloc(size_t size) { function in class:LinkerMemoryAllocator
265 // treat alloc(0) as alloc(1)
280 return get_small_object_allocator(log2_size)->alloc();
294 return alloc(size);
318 void *result = alloc(size);
H A Dlinker.cpp263 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { function in class:SoinfoListAllocator
264 return g_soinfo_links_allocator.alloc();
271 LinkedListEntry<android_namespace_t>* NamespaceListAllocator::alloc() { function in class:NamespaceListAllocator
272 return g_namespace_list_allocator.alloc();
289 soinfo* si = new (g_soinfo_allocator.alloc()) soinfo(ns, name, file_stat,
520 static void* alloc() { function in class:SizeBasedAllocator
521 return allocator_.alloc();
538 static T* alloc() { function in class:TypeBasedAllocator
539 return reinterpret_cast<T*>(SizeBasedAllocator<sizeof(T)>::alloc());
561 LoadTask* ptr = TypeBasedAllocator<LoadTask>::alloc();
[all...]
/bionic/linker/tests/
H A Dlinked_list_test.cpp46 static entry_t* alloc() { function in class:__anon2274::LinkedListTestAllocator
/bionic/libc/kernel/uapi/drm/
H A Damdgpu_drm.h139 } alloc; member in union:drm_amdgpu_ctx_out
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Damdgpu_drm.h139 } alloc; member in union:drm_amdgpu_ctx_out

Completed in 148 milliseconds