MySQL 9.0.0
Source Code Documentation
chunk.h File Reference

Chunk abstraction for temptable Block allocator. More...

#include <assert.h>
#include <cstddef>
#include <cstdint>
#include <type_traits>

Go to the source code of this file.

Classes

class  temptable::Chunk
 Chunk is an abstraction with the purpose of representing a smallest logical memory-unit within the Block. More...
 

Namespaces

namespace  temptable
 

Detailed Description

Chunk abstraction for temptable Block allocator.

Block consists of 1..N chunks.