pe_memdealloc

Frees memory

Usage syntax

void pe_memdealloc (voide *ptr);

Parameters
ptr Pointer to the memory to be freed
Description

Pe_memdealloc frees memory previously allocated with pe_memalloc. It allows you to use the projection engine memory-handling routines for your own data.