pe_memalloc

Allocates memory

Usage syntax

void * pe_memalloc (int size);

Parameters
size The amount of memory to allocate
Description

This function allocates memory using the projection engine method. This allows you to use the projection engine memory-handling routines for your own data.