API Reference > Functions > odrxAlloc Function
odrxAlloc Function
Syntax
C++
ALLOCDLL_EXPORT void* odrxAlloc(size_t nBytes);

OdAlloc.h

Parameters 
Description 
size_t nBytes 
[in] Number of bytes to allocate. 

Returns a pointer to the newly allocated memory block.

Allocates a block of memory.

Memory Management

Copyright © 2002–2020. Open Design Alliance. All rights reserved.