IMalloc.Alloc Method

Definition

Overloads

Alloc(IntPtr)
Alloc(UInt32)

Alloc(IntPtr)

public:
 IntPtr Alloc(IntPtr cb);
public IntPtr Alloc (IntPtr cb);
abstract member Alloc : nativeint -> nativeint
Public Function Alloc (cb As IntPtr) As IntPtr

Parameters

cb
IntPtr

nativeint

Returns

IntPtr

nativeint

Applies to

Alloc(UInt32)

public:
 IntPtr Alloc(System::UInt32 cb);
public IntPtr Alloc (uint cb);
abstract member Alloc : uint32 -> nativeint
Public Function Alloc (cb As UInteger) As IntPtr

Parameters

cb
UInt32

Returns

IntPtr

nativeint

Applies to