IMallocSpy.PreAlloc Method

Definition

Overloads

PreAlloc(IntPtr)
PreAlloc(UInt32)

PreAlloc(IntPtr)

public:
 IntPtr PreAlloc(IntPtr cbRequest);
public IntPtr PreAlloc (IntPtr cbRequest);
abstract member PreAlloc : nativeint -> nativeint
Public Function PreAlloc (cbRequest As IntPtr) As IntPtr

Parameters

cbRequest
IntPtr

nativeint

Returns

IntPtr

nativeint

Applies to

PreAlloc(UInt32)

public:
 System::UInt32 PreAlloc(System::UInt32 cbRequest);
public:
 unsigned int PreAlloc(unsigned int cbRequest);
unsigned int PreAlloc(unsigned int cbRequest);
public uint PreAlloc (uint cbRequest);
abstract member PreAlloc : uint32 -> uint32
Public Function PreAlloc (cbRequest As UInteger) As UInteger

Parameters

cbRequest
UInt32

Returns

Applies to