[MEMORY] please valgrind/memcheck #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
memory: plan for total memory release (pool, etc...) to please valgrind.
It is not so easy, as we need to keep track of allocated blocks, and to understand that no object is in use in a given pool. A kind of bitmap could be used, but it looks over-complicated.