Determines whether newly allocated memory should be cleared.
Source position: pooledmm.pp line 89
public TNonFreePooledMemManager.ClearOnCreate : Boolean; |
ClearOnCreate is a public variable, it determines whether a newly allocated block of memory will be filled with zeroes (if set to True) or not (if set to False).
|
Return a pointer to a new memory block. |