tanya/source
Eugen Wissner 5fa9bd7b49 Rename Allocator.expand to reallocateInPlace
Rename and extend Allocator.expand to reallocateInPlace. The problem is
that realloc for example doesn't guarante that the shrinking of the
memory block won't cause address change. So not only expanding should
have "in place" version, but the shrinking as well.
2017-01-18 09:33:39 +01:00
..
tanya Rename Allocator.expand to reallocateInPlace 2017-01-18 09:33:39 +01:00