Memory allocation and deallocation.
Functions | |
void *AAP_API | DAlloc(DWORD dwsize) |
void AAP_API | DFree (void *p) |
#include <dinamo.h>
Allocates a memory buffer according to the specified size.
[in] | dwsize | Size, in bytes, of the memory to be allocated. |
void AAP_API DFree | ( | void * | p | ) |
#include <dinamo.h>
Releases a memory buffer previously allocated by DAlloc().
[in] | p | Memory region previously allocated by DAlloc() |