tanya/source
Eugen Wissner c567b88d5d MmapPool: Fix expand block moving.
D dereferences the pointer wrong because of missing difference between .
and -> operators, if trying to write a block over another
block. So use memmove first to move the memory and then update the fields
that should be changed (only size).
2017-01-14 20:39:33 +01:00
..
tanya MmapPool: Fix expand block moving. 2017-01-14 20:39:33 +01:00