Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
Buffer Struct Reference

Represents a memory buffer in the arena. More...

#include <memory.h>

Collaboration diagram for Buffer:
Collaboration graph
[legend]

Public Attributes

size_t size
 
struct Buffernext
 
char * ptr
 

Detailed Description

Represents a memory buffer in the arena.

Member Data Documentation

◆ next

struct Buffer* Buffer::next

Pointer to the next buffer in the chain.

◆ ptr

char* Buffer::ptr

Raw memory pointer.

◆ size

size_t Buffer::size

Size of the buffer in bytes.


The documentation for this struct was generated from the following file: