Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc257 uint64 freed_before) { in AllocateRawInternal() argument
271 void* ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal()
278 ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal()
298 size_t num_bytes, uint64 freed_before) { in FindChunkPtr() argument
309 if (freed_before > 0 && freed_before < chunk->freed_count) { in FindChunkPtr()
Dbfc_allocator.h335 uint64 freed_before) EXCLUSIVE_LOCKS_REQUIRED(lock_);