pe_memalloc |
|
Allocates memory
void * pe_memalloc (int size);
size | The amount of memory to allocate |
This function allocates memory using the projection engine method. This allows you to use the projection engine memory-handling routines for your own data.