-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Description
The new memory_pool doesn't delete[]memory_pool in its destructor
Motivation
if multiple independent tlsf_heap_allocator instances are created, as they will all try to manage their own pools, leading to multiple pools and inefficient memory use.
Design / Implementation Considerations
No response
Additional Information
No response
Reactions are currently unavailable