Searched refs:DeallocateFreeRegions (Results 1 – 3 of 3) sorted by relevance
689 EXPECT_EQ(true, a.DeallocateFreeRegions(/*rounded_bytes=*/0)); in TestRegionDeallocation()735 EXPECT_EQ(false, a.DeallocateFreeRegions(/*rounded_bytes=*/0)); in TestNoRegionDeallocation()
450 bool DeallocateFreeRegions(size_t rounded_bytes);
297 bool BFCAllocator::DeallocateFreeRegions(size_t rounded_bytes) in DeallocateFreeRegions() function in tensorflow::BFCAllocator442 if (DeallocateFreeRegions(rounded_bytes) && in AllocateRawInternal()