Description
Provides a hierarchical memory allocator used by C programs that want pool-based ownership and destructor behavior. It is widely used as a support library in system and network software that needs structured memory lifetime management.
This is a library, not an end-user application. Users usually install it because another package depends on its memory-management API.