/aosp12/art/runtime/mirror/ |
H A D | object_array-alloc-inl.h | 36 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::Alloc(Thread* self, in Alloc() function 54 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::Alloc(Thread* self, in Alloc() function
|
H A D | class-alloc-inl.h | 50 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc() function
|
H A D | stack_trace_element.cc | 30 ObjPtr<StackTraceElement> StackTraceElement::Alloc(Thread* self, in Alloc() function in art::mirror::StackTraceElement
|
H A D | class_ext.cc | 117 ObjPtr<ClassExt> ClassExt::Alloc(Thread* self) { in Alloc() function in art::mirror::ClassExt
|
H A D | array-alloc-inl.h | 119 inline ObjPtr<Array> Array::Alloc(Thread* self, in Alloc() function
|
H A D | array.cc | 123 ObjPtr<PrimitiveArray<T>> PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc() function in art::mirror::PrimitiveArray
|
/aosp12/art/libartbase/base/ |
H A D | allocator.cc | 33 void* Alloc(size_t size) override { in Alloc() function in art::MallocAllocator 52 void* Alloc(size_t size ATTRIBUTE_UNUSED) override { in Alloc() function in art::NoopAllocator
|
H A D | arena_bit_vector.cc | 65 void* Alloc(size_t size) override { in Alloc() function in art::ArenaBitVectorAllocator
|
H A D | scoped_arena_allocator.h | 97 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
|
H A D | bit_vector_test.cc | 76 void* Alloc(size_t s) override { in Alloc() function 321 void* Alloc(size_t s) override { in Alloc() function in art::SingleAllocator
|
/aosp12/frameworks/compile/mclinker/include/mcld/MC/ |
H A D | InputFactory.h | 31 typedef GCFactory<Input, 0> Alloc; typedef
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | TreeAllocator.h | 34 typedef GCFactory<Node<DataType>, 64> Alloc; typedef
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | LinearAllocatorTest.h | 65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef
|
/aosp12/art/runtime/gc/space/ |
H A D | bump_pointer_space-inl.h | 28 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
H A D | dlmalloc_space.h | 62 mirror::Object* Alloc(Thread* self, in Alloc() function
|
H A D | region_space-inl.h | 31 inline mirror::Object* RegionSpace::Alloc(Thread* self ATTRIBUTE_UNUSED, in Alloc() function 99 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, in Alloc() function
|
H A D | rosalloc_space.h | 59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
H A D | zygote_space.cc | 94 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() function in art::gc::space::ZygoteSpace
|
H A D | large_object_space.cc | 54 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::MemoryToolLargeObjectMapSpace 136 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, in Alloc() function in art::gc::space::LargeObjectMapSpace 500 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::FreeListSpace
|
H A D | memory_tool_malloc_space-inl.h | 128 kUseObjSizeForUsable>::Alloc( in Alloc() function
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | UniqueGCFactory.h | 27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef
|
/aosp12/art/runtime/ |
H A D | linear_alloc.cc | 31 void* LinearAlloc::Alloc(Thread* self, size_t size) { in Alloc() function in art::LinearAlloc
|
/aosp12/art/runtime/gc/allocator/ |
H A D | rosalloc-inl.h | 31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc() function
|
/aosp12/art/compiler/utils/ |
H A D | swap_space.cc | 108 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
|
/aosp12/system/memory/libmemunreachable/ |
H A D | Allocator.cpp | 247 void* Chunk::Alloc() { in Alloc() function in android::Chunk 355 void* HeapImpl::Alloc(size_t size) { in Alloc() function in android::HeapImpl
|