Home
last modified time | relevance | path

Searched defs:alloc_size (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/
Dheap-inl.h196 size_t alloc_size, size_t* bytes_allocated, in TryToAllocate()
303 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { in IsOutOfMemoryOnAllocation()
Dheap.cc1281 size_t alloc_size, size_t* bytes_allocated, in AllocateInternalWithGc()
/art/runtime/gc/space/
Dlarge_object_space_test.cc105 size_t alloc_size; in Run() local
Dlarge_object_space.cc320 size_t alloc_size = cur_info->ByteSize(); in Walk() local
402 size_t alloc_size = info->ByteSize(); in AllocationSize() local
Dspace_test.h411 size_t alloc_size; in SizeFootPrintGrowthLimitAndTrimBody() local
/art/runtime/gc/collector/
Dmark_compact.cc91 const size_t alloc_size = RoundUp(obj->SizeOf(), space::BumpPointerSpace::kAlignment); in ForwardObject() local