Searched refs:LazyBestFitHeap (Results 1 – 4 of 4) sorted by relevance
317 class LazyBestFitHeap : public HeapAlgorithm {319 LazyBestFitHeap(int64 alignment) : alignment_(alignment) {} in LazyBestFitHeap() function320 ~LazyBestFitHeap() override {} in ~LazyBestFitHeap()
924 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()931 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()955 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()983 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()1037 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()1069 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()1107 LazyBestFitHeap heap(/*alignment=*/64); in TEST_F()
614 void LazyBestFitHeap::Alloc(const BufferValue* buffer, int64 size) { in Alloc()682 void LazyBestFitHeap::Free(const BufferValue* buffer, int64 size) { in Free()704 void LazyBestFitHeap::AddFreeChunk(int64 offset, int64 size) { in AddFreeChunk()727 HeapSimulator::Result LazyBestFitHeap::Finish() { in Finish()
1162 absl::make_unique<LazyBestFitHeap>(alignment))); in AssignBuffersWithSequentialOrdering()