IMallocSpy.PreAlloc Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PreAlloc(IntPtr) | |
PreAlloc(UInt32) |
PreAlloc(IntPtr)
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