[fpc-pascal] FPC Heap Management : sub-allocation ?

Michael Van Canneyt michael at freepascal.org
Fri Oct 31 16:33:58 CET 2014



On Fri, 31 Oct 2014, Brian wrote:

> Thanks Sven.
>
> Do you know how it behaves when running under Linux?

What do you mean with this question ?

Large memory blocks are allocated directly from the OS.
For small memory blocks, pools are allocated from the OS, 
and the small memory blocks are then taken from the pool.

Michael.



More information about the fpc-pascal mailing list