Lines Matching refs:heap
11 #include "include/cppgc/heap-statistics.h"
12 #include "include/cppgc/heap.h"
16 #include "src/heap/cppgc/compactor.h"
17 #include "src/heap/cppgc/garbage-collector.h"
18 #include "src/heap/cppgc/heap-object-header.h"
19 #include "src/heap/cppgc/marker.h"
20 #include "src/heap/cppgc/metric-recorder.h"
21 #include "src/heap/cppgc/object-allocator.h"
22 #include "src/heap/cppgc/platform.h"
23 #include "src/heap/cppgc/process-heap-statistics.h"
24 #include "src/heap/cppgc/process-heap.h"
25 #include "src/heap/cppgc/raw-heap.h"
26 #include "src/heap/cppgc/sweeper.h"
30 #include "src/heap/cppgc/caged-heap.h"
34 #include "src/heap/cppgc/remembered-set.h"
43 namespace heap {
47 } // namespace heap
75 // Base class for heap implementations.
122 heap::base::Stack* stack() { return stack_.get(); }
252 std::unique_ptr<heap::base::Stack> stack_;
279 // Marker that signals end of the interesting stack region in which on-heap