IBX.IB.IBAlloc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure IBAlloc(var P; OldSize, NewSize: NativeInt);
procedure IBAlloc(var p : TRecordBuffer; OldSize, NewSize: NativeInt);

C++

extern DELPHI_PACKAGE void __fastcall IBAlloc(void *P, NativeInt OldSize, NativeInt NewSize)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IB.pas
IBX.IB.hpp
IBX.IB IBX.IB

Description

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

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