Searched refs:freed_before (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 391 uint64 freed_before) { in AllocateRawInternal() argument 409 void* ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal() 417 ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal() 424 if ((freed_before == 0) && (!timestamped_chunks_.empty())) { in AllocateRawInternal() 430 ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal() 444 ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal() 524 size_t num_bytes, uint64 freed_before) { in FindChunkPtr() argument 535 if (freed_before > 0 && freed_before < chunk->freed_at_count) { in FindChunkPtr()
|
D | bfc_allocator.h | 459 uint64 freed_before) TF_EXCLUSIVE_LOCKS_REQUIRED(lock_);
|