Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc374 RemoveFreeChunkFromBin(h); in DeallocateRegions()
738 void BFCAllocator::RemoveFreeChunkFromBin(BFCAllocator::ChunkHandle h) { in RemoveFreeChunkFromBin() function in tensorflow::BFCAllocator
779 RemoveFreeChunkFromBin(c->next); in TryToCoalesce()
790 RemoveFreeChunkFromBin(c->prev); in TryToCoalesce()
864 RemoveFreeChunkFromBin(h); in MergeTimestampedChunks()
Dbfc_allocator.h479 void RemoveFreeChunkFromBin(ChunkHandle h) TF_EXCLUSIVE_LOCKS_REQUIRED(lock_);