Marshal::ReAllocCoTaskMem Method (IntPtr, Int32)
Resizes a block of memory previously allocated with AllocCoTaskMem.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- pv
-
Type:
System::IntPtr
A pointer to memory allocated with AllocCoTaskMem.
- cb
-
Type:
System::Int32
The new size of the allocated block.
Return Value
Type: System::IntPtrAn integer representing the address of the reallocated block of memory. This memory must be released with FreeCoTaskMem.
| Exception | Condition |
|---|---|
| OutOfMemoryException | There is insufficient memory to satisfy the request. |
ReAllocCoTaskMem is one of two memory reallocation methods in the Marshal class. (ReAllocHGlobal is the other.) The beginning of the reallocated memory content is the same as the original content; however, the entire memory block can be in a different location. This method exposes the COM CoTaskMemRealloc function, which is referred to as the COM task memory allocator.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1