![]() |
tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
|
A saved arena position. More...
#include <memory.h>
Public Attributes | |
| void * | chunk |
| size_t | used |
A saved arena position.
Opaque; the fields exist so a caller can keep one on the stack.
| void* TinyArenaMark::chunk |
The chunk that was current, an implementation detail.
| size_t TinyArenaMark::used |
How far into that chunk the head had reached.