|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
Represents a memory buffer in the arena. More...
#include <memory.h>

Public Attributes | |
| size_t | size |
| struct Buffer * | next |
| char * | ptr |
Represents a memory buffer in the arena.
| struct Buffer* Buffer::next |
Pointer to the next buffer in the chain.
| char* Buffer::ptr |
Raw memory pointer.
| size_t Buffer::size |
Size of the buffer in bytes.