tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
Loading...
Searching...
No Matches
TinyArenaMark Struct Reference

A saved arena position. More...

#include <memory.h>

Public Attributes

void * chunk
size_t used

Detailed Description

A saved arena position.

Opaque; the fields exist so a caller can keep one on the stack.

Member Data Documentation

◆ chunk

void* TinyArenaMark::chunk

The chunk that was current, an implementation detail.

◆ used

size_t TinyArenaMark::used

How far into that chunk the head had reached.


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