Record TBlockAllocator
Unit
Declaration
type TBlockAllocator = record
Description
Overview
Fields
![]() |
currentBuffer: PByte; |
![]() |
currentPos: SizeInt; |
![]() |
currentSize: SizeInt; |
![]() |
oldBuffers: TFPList; |
Methods
![]() |
procedure init(poolSize: SizeInt); |
![]() |
procedure done; |
![]() |
function take(size: SizeInt): PByte; |
Description
Fields
![]() |
currentBuffer: PByte; |
![]() |
currentPos: SizeInt; |
![]() |
currentSize: SizeInt; |
![]() |
oldBuffers: TFPList; |
Methods
![]() |
procedure init(poolSize: SizeInt); |
![]() |
procedure done; |
![]() |
function take(size: SizeInt): PByte; |
Generated by PasDoc 0.16.0.