Home | History | Annotate | Download | only in flip_server

Lines Matching refs:Blocks

97   typedef std::vector<BufferBlock> Blocks;
101 // Returns the total amount of memory used by the buffer blocks.
104 const char* GetPtr(Blocks::size_type block_idx) const {
110 char* GetPtr(Blocks::size_type block_idx) {
150 Blocks::size_type* block_buffer_idx);
157 char* Reserve(size_t size, Blocks::size_type* block_buffer_idx);
177 Blocks::size_type num_blocks() const { return blocks_.size(); }
193 // The block at start_idx, and all subsequent blocks
195 void CleanupBlocksStartingFrom(Blocks::size_type start_idx);
198 Blocks blocks_;
270 BalsaBuffer::Blocks::size_type buffer_base_idx;
991 char* GetPtr(BalsaBuffer::Blocks::size_type block_idx) {
995 const char* GetPtr(BalsaBuffer::Blocks::size_type block_idx) const {
1129 BalsaBuffer::Blocks::size_type firstline_buffer_base_idx_;