tail_size
Size of memory tail
Declaration
Source position: heaptrc.pp line 84
const
tail\_size : LongInt = sizeof(ptruint)
Description
This is the size of the tail block added to every memory block when add_tail is True.
See also
| Name | Description | 
|---|---|
| add_tail | Check for memory overwrites | 
| LongInt | A signed 32-bits integer |