[fpc-pascal] constructor "guarantee" and other behavioural stuff
Pierce Ng
pierce at samadhiweb.com
Thu Jan 21 13:13:00 CET 2016
On Wed, Jan 20, 2016 at 11:22:20AM +0100, Michael Van Canneyt wrote:
> The whole memory area used by an instance of a class is zeroed out.
>
> a TNonce instance is allocated on the heap. All classes are allocated on the heap.
> TNonceBytes as a fixed-length array is part of the memory allocated for TNonce.
Thanks Michael, got it.
Pierce
More information about the fpc-pascal
mailing list