Memory Management

As expected the C run-time functions exhibit the same heap memory
behavior if they are layered on the default heap. So this is a considerable amount of
overhead on smaller allocations. Heap creation overhead varies according to whether
serialization is being performed (1432 bytes) or not (1376 bytes). |