MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TrackDeallocate

Method TrackDeallocate

tensorflow/core/common_runtime/memory_planner.cc:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void MemoryPlanner::TrackDeallocate(Header* header) {
165 if (!is_stats_.load()) {
166 return;
167 }
168 for (auto lifetime_policy : lifetime_stats_polices_) {
169 lifetime_policy->TrackDeallocate(header);
170 }
171}
172
173LifetimePolicy::LifetimePolicy(size_t interval,
174 size_t interval_offset, size_t start) :

Callers 3

DeallocateRawMethod · 0.45
DeallocateRawAsyncMethod · 0.45
BigDeallocateMethod · 0.45

Calls 4

Timeval2DoubleFunction · 0.85
IndexFunction · 0.70
loadMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected