Bink SDK 1.5v

RADMEMFREE

The function RADMEMFREE points to a function that will free memory allocated by a previous call to the RADMEMALLOC function.

void RADLINK RADMEMFREE(
  VOID_PTR ptr
);

In Parameters

ptr
Specifies a pointer that was previously allocated by RADMEMALLOC.

Discussion

This function replaces the function that Bink calls to free memory. It should be able to free any pointer that has been returned from RADMEMALLOC.


Group: Bink API
Related Functions: RADMEMALLOC, RADSetMemory
Related Basic Types: VOID_PTR, void

For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.