5 #include "src/heap/stress-marking-observer.h" 11 StressMarkingObserver::StressMarkingObserver(Heap& heap)
12 : AllocationObserver(64), heap_(heap) {}
14 void StressMarkingObserver::Step(
int bytes_allocated, Address soon_object,
16 heap_.StartIncrementalMarkingIfAllocationLimitIsReached(Heap::kNoGCFlags,