On 11/06/15 11:25, Martin Storsjö wrote:
Thanks, this does indeed seem to be implementable without too much effort in the end. The new/delete functions also seem to be pretty simple to reimplement based on malloc (which does the same msvcrt_heap_alloc(0, size) as MSVCRT_operator_new), _callnewh and free.
The hard part may be related to exception throwing in case of failure (I was not looking on it - it may be easy).
Piotr