Re: [PATCH v1 13/13] exec: Ram blocks with resizable anonymous allocations under POSIX

2020-02-10 Thread David Hildenbrand
On 03.02.20 19:31, David Hildenbrand wrote: > We can now make use of resizable anonymous allocations to implement > actually resizable ram blocks. Resizable anonymous allocations are > not implemented under WIN32 yet and are not available when using > alternative allocators. Fall back to the existi

[PATCH v1 13/13] exec: Ram blocks with resizable anonymous allocations under POSIX

2020-02-03 Thread David Hildenbrand
We can now make use of resizable anonymous allocations to implement actually resizable ram blocks. Resizable anonymous allocations are not implemented under WIN32 yet and are not available when using alternative allocators. Fall back to the existing handling. We also have to fallback to the existi