Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
odrxRealloc Function
Syntax
C++
ALLOCDLL_EXPORT void* odrxRealloc(void* pMemBlock, size_t newSize, size_t oldSize);

Reallocates a block of memory.

Parameters
Description
pMemBlock
[in] Pointer to the previously allocated memory block.
newSize
[in] New size in bytes.
oldSize
[in] Old size in bytes.

Returns a pointer to the newly allocated memory block.

File: OdAlloc.h 

Module: API Reference 

Memory Management

Copyright © 2002-2022. Open Design Alliance All rights reserved.