[fpc-pascal] Dynamic arrays using management operators

Martin Schreiber mse00000 at gmail.com
Mon Jun 4 16:21:51 CEST 2018


On Monday 04 June 2018 16:12:27 Michael Van Canneyt wrote:
>
> They make life easier by reducing the need for manual memory
> management. No more, no less. Other than that they behave like normal
> arrays on the heap.
>
It seems that the inclocked()/declocked() operations completely destroy the 
performance of the OP's application (which I find strange) so he never want 
to touch dynamic arrays anymore as he wrote.

Martin



More information about the fpc-pascal mailing list