-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Description
I might be wrong but shouldn't
MemoryPool/C-11/MemoryPool.tcc
Line 104 in 1ab4683
| operator delete(reinterpret_cast<void*>(curr)); |
be
operator delete(reinterpret_cast<void*>(curr), BlockSize);to delete the whole block?
Metadata
Metadata
Assignees
Labels
No labels