foonathan / memory

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
https://memory.foonathan.net
zlib License
1.5k stars 194 forks source link

Fix virtual_block_allocator::deallocate_block #175

Closed jeremimucha closed 10 months ago

jeremimucha commented 10 months ago
foonathan commented 10 months ago

Good catch!