aglFree

Deallocates or frees a memory block that had previously been allocated by a call to aglAlloc, aglMalloc, or aglMallocEx.

void aglFree(
  pvoid memblock
  );

Parameters

memblock
A pointer to the memory being released.

Return Value

None.

See Also

aglAlloc, aglMalloc, aglMallocEx