Expand description
Allocation Optimization Utilities
This module provides utilities for reducing heap allocations in conversion code, including buffer pooling and stack-based allocation helpers.
Structs§
- Buffer
Pool - Buffer pool for reusable byte buffers
- Pooled
Buffer - RAII guard for pooled buffer
- Stack
Buffer - Stack-based buffer for small allocations
- Typed
Buffer Pool - Typed buffer pool for specific types
- Typed
Pooled Buffer - RAII guard for typed pooled buffer
- Zero
Copy Converter - Zero-copy conversion utilities
Enums§
- Adaptive
Buffer - Conversion buffer that uses stack for small sizes, heap for large
- Allocation
Error