Function csp::memory::DllAlloc
Defined in File DllAllocator.h
Function Documentation
-
void *csp::memory::DllAlloc(size_t Size, size_t Alignment = size_t(16))
Dll safe allocation of memory.
- Parameters
Size – size_t : Size in bytes to allocate
Alignment – size_t : Alignment of data in memory. Defaults to 16
- Returns
void* : Pointer to the start of the allocated memory