[fpc-pascal] Multiple thread heaps

Florian Klämpfl florian at freepascal.org
Sun Jun 17 10:44:47 CEST 2018


Am 17.06.2018 um 07:23 schrieb Terry Mead:
> If the default memory manager for FP creates a heap for each thread, 

Define "a heap for each thread".

> what happens if an object is created in one thread 
> and freed by another ?

It causes a slight performance penalty and memory usage increased as the memory block is available later for re-use.



More information about the fpc-pascal mailing list