Home
last modified time | relevance | path

Searched refs:freed_count (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc156 c->freed_count = 0; in Extend()
309 if (freed_before > 0 && freed_before < chunk->freed_count) { in FindChunkPtr()
375 new_chunk->freed_count = c->freed_count; in SplitChunk()
447 c1->freed_count = std::max(c1->freed_count, c2->freed_count); in Merge()
496 c->freed_count = timing_counter_->next(); in FreeAndMaybeCoalesce()
671 ? strings::StrCat(" freed_count ", c->freed_count) in DumpMemoryLog()
Dbfc_allocator.h144 uint64 freed_count = 0; member