Searched refs:disallow_allocation_failure_ (Results 1 – 3 of 3) sorted by relevance
193 !disallow_allocation_failure_ && in AllocateRaw()749 old_state_ = HEAP->disallow_allocation_failure_; in DisallowAllocationFailure()750 HEAP->disallow_allocation_failure_ = true; in DisallowAllocationFailure()755 HEAP->disallow_allocation_failure_ = old_state_; in ~DisallowAllocationFailure()
1282 return disallow_allocation_failure_; in disallow_allocation_failure()1682 bool disallow_allocation_failure_; variable
118 disallow_allocation_failure_(false), in Heap()