Skip to main content

Crate ox_content_allocator

Crate ox_content_allocator 

Source
Expand description

Arena allocator for Ox Content.

This crate provides a high-performance arena allocator based on bumpalo, designed for efficient memory management during parsing operations.

Structs§

Allocator
Arena allocator wrapper for Ox Content.
Bump
An arena to bump allocate into.

Type Aliases§

Box
A boxed value allocated in an arena.
String
A string allocated in an arena.
Vec
A vector allocated in an arena.