Record TBlockAllocator

Hierarchy
Properties

Unit

Declaration

type TBlockAllocator = record

Description

 

Overview

Fields

Public currentBuffer: PByte;
Public currentPos: SizeInt;
Public currentSize: SizeInt;
Public oldBuffers: TFPList;

Methods

Public procedure init(poolSize: SizeInt);
Public procedure done;
Public function take(size: SizeInt): PByte;

Description

Fields

Public currentBuffer: PByte;
 
Public currentPos: SizeInt;
 
Public currentSize: SizeInt;
 
Public oldBuffers: TFPList;
 

Methods

Public procedure init(poolSize: SizeInt);
 
Public procedure done;
 
Public function take(size: SizeInt): PByte;
 

Generated by PasDoc 0.16.0.