[Overview][Types][Classes][Index] |
Maintains values in FreeCount and Count when the memory manager item is freed.
Source position: lclmemmanager.pas line 46
protected procedure TLCLMemManager.DisposeItem( |
AnItem: PLCLMemManagerItem |
); |
AnItem |
|
Pointer to the memory manager item. |
|
Number of items marked as free in the list. |
|
|
Minimum block size that can be freed in the memory manager. |
|
|
Threshold which determines if the memory manager marks a block or frees it. |
|
|
Total number of items in the memory manager list. |
Version 4.0 | Generated 2025-05-03 | Home |