HomeSort by relevance Sort by last modified time
    Searched refs:IsOutOfMemoryOnAllocation (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/
heap-inl.h 199 UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, alloc_size))) {
250 if (UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, new_tlab_size))) {
303 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) {
heap.h 679 bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size);
    [all...]
heap.cc     [all...]

Completed in 224 milliseconds