[Overview][Types][Classes][Index] |
Reallocates memory for the stream using the specified capacity.
Source position: lclmemmanager.pas line 91
protected function TExtMemoryStream.Realloc( |
var NewCapacity: PtrInt |
):Pointer; override; |
NewCapacity |
|
New capacity requested in the method. |
Pointer to the newly allocated memory for the stream.
Realloc is an overridden method in TExtMemoryStream. It ensures that the new Capacity is at least 25% larger than the existing Capacity. Realloc calls the inherited method to re-allocate memory to the size needed.
|
Size of the allocated memory for the stream. |
|
Version 4.0 | Generated 2025-05-03 | Home |