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.cc479 void BFCAllocator::RemoveFreeChunkFromBin(BFCAllocator::ChunkHandle h) { in RemoveFreeChunkFromBin() function in tensorflow::BFCAllocator
508 RemoveFreeChunkFromBin(c->next); in FreeAndMaybeCoalesce()
518 RemoveFreeChunkFromBin(c->prev); in FreeAndMaybeCoalesce()
Dbfc_allocator.h359 void RemoveFreeChunkFromBin(ChunkHandle h) EXCLUSIVE_LOCKS_REQUIRED(lock_);