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.