[MEMORY] please valgrind/memcheck #1

Closed
opened 2021-11-15 10:19:17 +01:00 by bruno · 0 comments
Owner

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.

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.
bruno added the
enhancement
label 2021-11-15 10:19:17 +01:00
bruno self-assigned this 2021-11-15 10:19:17 +01:00
bruno added the
wontfix
label 2021-11-15 10:19:57 +01:00
bruno closed this issue 2021-11-15 10:20:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bruno/brchess#1
No description provided.