Function sdv::core::AllocMemBytes#

Function Documentation#

inline pointer<uint8_t> sdv::core::AllocMemBytes(size_t nAmount)#

Allocate memory as byte pointer.

Parameters:

nAmount[in] The amount of bytes to allocate.

Returns:

Returns a pointer to the allocated memory or NULL when the allocation failed.