|
talloc
☆
« Back to VersTracker
|
||||||||||||||||||||||||||||||
|
Description: Hierarchical, reference-counted memory pool with destructors |
||||||||||||||||||||||||||||||
| Type: Formula | Tracked Since: Dec 28, 2025 | ||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||||||||||||||||||||||
| Category: Developer tools | ||||||||||||||||||||||||||||||
| Tags: c-library memory-management samba development | ||||||||||||||||||||||||||||||
| Install: brew install talloc | ||||||||||||||||||||||||||||||
|
About: Talloc is a hierarchical, reference-counted memory pool system that provides a safe and efficient alternative to malloc/free. It allows for complex object trees where child allocations are automatically freed when a parent is destroyed, preventing memory leaks. Its main value is simplifying memory management in C applications, particularly those interfacing with LDAP or Samba libraries. |
||||||||||||||||||||||||||||||
Key Features:
|
||||||||||||||||||||||||||||||
Use Cases:
|
||||||||||||||||||||||||||||||
Alternatives:
|
||||||||||||||||||||||||||||||
| Version History | ||||||||||||||||||||||||||||||
|