Kohi Game Engine
|
A simple stack container. Elements may be pushed on or popped off of the stack only. More...
#include <stack.h>
Data Fields | |
u32 | element_size |
The element size in bytes. More... | |
u32 | element_count |
The current element count. More... | |
u32 | allocated |
The total amount of currently-allocated memory. More... | |
void * | memory |
The allocated memory block. More... | |
A simple stack container. Elements may be pushed on or popped off of the stack only.
u32 allocated |
The total amount of currently-allocated memory.
u32 element_count |
The current element count.
u32 element_size |
The element size in bytes.
void* memory |
The allocated memory block.