Searched refs:ChunkFromHandle (Results 1 – 2 of 2) sorted by relevance
94 BFCAllocator::Chunk* BFCAllocator::ChunkFromHandle(ChunkHandle h) { in ChunkFromHandle() function in tensorflow::BFCAllocator100 const BFCAllocator::Chunk* BFCAllocator::ChunkFromHandle(ChunkHandle h) const { in ChunkFromHandle() function in tensorflow::BFCAllocator174 BFCAllocator::Chunk* c = ChunkFromHandle(h); in Extend()189 BFCAllocator::Chunk* prev_chunk = ChunkFromHandle(prev); in Extend()193 prev_chunk = ChunkFromHandle(prev); in Extend()208 Chunk* c = ChunkFromHandle(h); in AllocateChunk()219 Chunk* c = ChunkFromHandle(h); in DeallocateChunk()311 const Chunk* c = ChunkFromHandle(h); in DeallocateFreeRegions()372 const Chunk* c = ChunkFromHandle(h); in DeallocateRegions()472 return ChunkFromHandle(*BinFromIndex(i)->free_chunks.rbegin())->size; in LargestFreeChunk()[all …]
218 Chunk* p = a->ChunkFromHandle(prev); in DebugString()222 Chunk* n = a->ChunkFromHandle(next); in DebugString()245 const Chunk* a = allocator_->ChunkFromHandle(ha); in operator()246 const Chunk* b = allocator_->ChunkFromHandle(hb); in operator()494 Chunk* ChunkFromHandle(ChunkHandle h) TF_EXCLUSIVE_LOCKS_REQUIRED(lock_);495 const Chunk* ChunkFromHandle(ChunkHandle h) const