Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/core/
Darena.h81 struct AllocatedBlock { struct
90 AllocatedBlock* AllocNewBlock(const size_t block_size,
98 AllocatedBlock first_blocks_[16]; // the length of this array is arbitrary
100 std::vector<AllocatedBlock>* overflow_blocks_;
Darena.cc111 AllocatedBlock* block = AllocNewBlock(block_size_, alignment); in MakeNewBlock()
135 Arena::AllocatedBlock* Arena::AllocNewBlock(const size_t block_size, in AllocNewBlock()
137 AllocatedBlock* block; in AllocNewBlock()
144 overflow_blocks_ = new std::vector<AllocatedBlock>; in AllocNewBlock()
242 std::vector<AllocatedBlock>::iterator it; in FreeBlocks()