RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IB.IBAlloc Function

Allocates or de-allocates memory for a given size, and initializes the new memory to zero.

Pascal
procedure IBAlloc(var P; OldSize: Integer; NewSize: Integer);
C++
IBAlloc( P, int OldSize, int NewSize);

Use IBAlloc to allocate or de-allocate memory for a given size, and initialize the new memory to zero. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!