Claude
Skills
Sign in
Back

zig-allocators

Included with Lifetime
$97 forever

Guide for Zig memory management and allocators. Use when choosing allocators, managing memory lifecycle, debugging leaks, or understanding arena vs page vs fixed-buffer allocation patterns.

General

What this skill does


# Zig Allocators

Memory management patterns, allocator types, and allocation lifecycle.

## When to Use This Skill

Activate when:
- Choosing an allocator for a specific use case
- Managing memory allocation and deallocation
- Debugging memory leaks or use-after-free
- Writing allocator-aware library code

For allocator types, patterns, and examples, see `references/allocators.md`.

Related in General