IMallocSpy.PreRealloc 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
PreRealloc(IntPtr, IntPtr, IntPtr, Int32) | |
PreRealloc(IntPtr, UInt32, IntPtr, Int32) |
PreRealloc(IntPtr, IntPtr, IntPtr, Int32)
public:
IntPtr PreRealloc(IntPtr pRequest, IntPtr cbRequest, [Runtime::InteropServices::Out] IntPtr % ppNewRequest, int fSpyed);
public IntPtr PreRealloc (IntPtr pRequest, IntPtr cbRequest, out IntPtr ppNewRequest, int fSpyed);
abstract member PreRealloc : nativeint * nativeint * nativeint * int -> nativeint
Public Function PreRealloc (pRequest As IntPtr, cbRequest As IntPtr, ByRef ppNewRequest As IntPtr, fSpyed As Integer) As IntPtr
Parameters
- pRequest
-
IntPtr
nativeint
- cbRequest
-
IntPtr
nativeint
- ppNewRequest
-
IntPtr
nativeint
- fSpyed
- Int32
Returns
IntPtr
nativeint
Applies to
PreRealloc(IntPtr, UInt32, IntPtr, Int32)
public:
System::UInt32 PreRealloc(IntPtr pRequest, System::UInt32 cbRequest, [Runtime::InteropServices::Out] IntPtr % ppNewRequest, int fSpyed);
public uint PreRealloc (IntPtr pRequest, uint cbRequest, out IntPtr ppNewRequest, int fSpyed);
abstract member PreRealloc : nativeint * uint32 * nativeint * int -> uint32
Public Function PreRealloc (pRequest As IntPtr, cbRequest As UInteger, ByRef ppNewRequest As IntPtr, fSpyed As Integer) As UInteger
Parameters
- pRequest
-
IntPtr
nativeint
- cbRequest
- UInt32
- ppNewRequest
-
IntPtr
nativeint
- fSpyed
- Int32