Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc200 InsertFreeChunkIntoBin(TryToCoalesce(h, /*ignore_freed_at=*/false)); in Extend()
632 InsertFreeChunkIntoBin(h_new_chunk); in SplitChunk()
662 InsertFreeChunkIntoBin(h); in DeallocateRawInternal()
665 InsertFreeChunkIntoBin(TryToCoalesce(h, false)); in DeallocateRawInternal()
719 void BFCAllocator::InsertFreeChunkIntoBin(BFCAllocator::ChunkHandle h) { in InsertFreeChunkIntoBin() function in tensorflow::BFCAllocator
866 InsertFreeChunkIntoBin(new_h); in MergeTimestampedChunks()
Dbfc_allocator.h471 void InsertFreeChunkIntoBin(ChunkHandle h) TF_EXCLUSIVE_LOCKS_REQUIRED(lock_);