You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
If we produce a memory leak by acquiring objects from a block_alloc memory pool but never release them, no error is thrown and it seems like memory of other objects is corrupted (see closed issue #12).
If we produce a memory leak by acquiring objects from a
block_allocmemory pool but never release them, no error is thrown and it seems like memory of other objects is corrupted (see closed issue #12).