Isc Mem Allocator

BIND 9's memory allocator wrapper (isc_mem memory contexts and isc_mempool fixed-size pools). Use when writing or reviewing code that allocates/frees memory anywhere in BIND 9, when choosing between isc_mem_get/put and isc_mem_allocate/free, when debugging "isc_mem_inuse(ctx) == 0" or mempool-leak assertion failures, memory-leak reports, overmem/water-mark behavior, or ISC_MEM_DEBUG* tracing.

isc-projects dd757c8 11.3 KB Updated

File contents

isc-projects/bind9/tree/main/.agents/skills/isc-mem-allocator commit dd757c8c3f

Frequently asked questions

npx skillmds@latest add isc-projects/isc-mem-allocator