Memory Allocator From Scratch

Use when implementing a custom malloc/free-style memory allocator from first principles — not when just using a language's built-in allocator. Triggers on: 'write a malloc implementation', 'build a memory allocator', 'free list allocator', 'buddy allocator', 'slab allocator', 'implement my own malloc/free'. Covers free-list design, block metadata, coalescing, alignment, and allocator strategy tradeoffs.

yanacuti1121 a4549f5 5.7 KB Updated 2 repo stars

File contents

yanacuti1121/Yana-AI/tree/main/core/skills/memory-allocator-from-scratch commit a4549f5e4e

Frequently asked questions

npx skillmds add yanacuti1121/memory-allocator-from-scratch