Searched refs:black_hole_mad_ (Results 1 – 2 of 2) sorted by relevance
289 if (mad && mad != black_hole_mad_.get()) { in CreateSharedGlobalAllocatorDump()301 if (mad && mad != black_hole_mad_.get()) in CreateWeakSharedGlobalAllocatorDump()485 if (!black_hole_mad_) { in GetBlackHoleMad()487 black_hole_mad_.reset(new MemoryAllocatorDump( in GetBlackHoleMad()490 return black_hole_mad_.get(); in GetBlackHoleMad()
272 std::unique_ptr<MemoryAllocatorDump> black_hole_mad_; variable