block_type
block_type* blk = m_blocks + m_num_blocks - 1;
pod_allocator<block_type>::deallocate(m_blocks, m_max_blocks);
block_type* new_blocks =
pod_allocator<block_type>::allocate(m_max_blocks + m_block_ptr_inc);
m_num_blocks * sizeof(block_type));
pod_allocator<block_type>::deallocate(m_blocks, m_max_blocks);
block_type* m_blocks;
this->block_type = B_HOST_TO_BENDIAN_INT32(JOURNAL_DESCRIPTOR_BLOCK);
this->block_type = B_HOST_TO_BENDIAN_INT32(JOURNAL_COMMIT_BLOCK);
uint32 block_type;
{ return B_BENDIAN_TO_HOST_INT32(block_type); }