STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
1.5k
stars
194
forks
source link
Fix virtual_block_allocator::deallocate_block #175
Closed
jeremimucha closed 10 months ago
deallocate_block()
now callsvirtual_memory_decommit()
with the number of pages to decommit rather than the block size