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

/art/runtime/gc/
H A Dheap-inl.h187 UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, alloc_size))) {
238 if (UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, new_tlab_size))) {
291 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { function in class:art::gc::Heap

Completed in 4 milliseconds