Searched refs:NoFragmentationStatsHeap (Results 1 – 3 of 3) sorted by relevance
40 class NoFragmentationStatsHeap; variable166 const std::unique_ptr<NoFragmentationStatsHeap> no_fragmentation_stats_;249 class NoFragmentationStatsHeap : public HeapAlgorithm {251 NoFragmentationStatsHeap() = default;252 ~NoFragmentationStatsHeap() override = default;
51 HeapSimulator::Run(absl::make_unique<NoFragmentationStatsHeap>(), *module, in MinimumMemoryForModule()65 HeapSimulator::Run(absl::make_unique<NoFragmentationStatsHeap>(), in MinimumMemoryForComputation()355 : no_fragmentation_stats_(absl::make_unique<NoFragmentationStatsHeap>()), in HeapSimulator()521 void NoFragmentationStatsHeap::Alloc(const BufferValue* buffer, int64 size) { in Alloc()528 void NoFragmentationStatsHeap::AccountForSubcomputationMemory( in AccountForSubcomputationMemory()556 void NoFragmentationStatsHeap::Free(const BufferValue* buffer, int64 size) { in Free()560 HeapSimulator::Result NoFragmentationStatsHeap::Finish() { in Finish()
816 NoFragmentationStatsHeap heap; in TEST_F()821 NoFragmentationStatsHeap heap; in TEST_F()834 NoFragmentationStatsHeap heap; in TEST_F()