On 28 Oct 2008, at 16:05, Florian Klaempfl wrote:
JoshyFun schrieb:
Hello FPC-Pascal,
My application will create thousands of small objects of the same
class, this objects are not created or destroyed in a row, so memory
fragmentation could becomes a serious problem after some time.
Since t
JoshyFun schrieb:
> Hello FPC-Pascal,
>
> My application will create thousands of small objects of the same
> class, this objects are not created or destroyed in a row, so memory
> fragmentation could becomes a serious problem after some time.
Since the fpc heap manager itself pools, this should
JoshyFun schreef:
Hello FPC-Pascal,
My application will create thousands of small objects of the same
class, this objects are not created or destroyed in a row, so memory
fragmentation could becomes a serious problem after some time.
My question is: Is there any way to override the object creat