Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc38 constexpr uint64 BFCAllocator::kMemDebugHistorySize; member in tensorflow::BFCAllocator
581 uint64 slot = chunk->action_count % kMemDebugHistorySize; in FindChunkPtr()
763 uint64 slot = c->action_count % kMemDebugHistorySize; in MarkFree()
1141 uint64 history_len = std::min(action_counter_, kMemDebugHistorySize); in RecordMemoryMapInternal()
1145 uint64 slot = i % kMemDebugHistorySize; in RecordMemoryMapInternal()
Dbfc_allocator.h609 static constexpr uint64 kMemDebugHistorySize = 4096; variable
610 int64 size_history_[kMemDebugHistorySize];