FMOD_MEMORY_FREE_CALLBACK

FMOD Studio API

Firelight Technologies FMOD Studio API

FMOD_MEMORY_FREE_CALLBACK

Callback to free a block of memory.

C/C++ Syntax

void F_CALLBACK FMOD_MEMORY_FREE_CALLBACK(
  void *ptr,
  FMOD_MEMORY_TYPE type,
  const char *sourcestr
);

Parameters

ptr

Pointer to a pre-existing block of memory to be freed.

type

Type of memory to be freed.

sourcestr

Only valid (not null) in logging versions of FMOD. Gives a string with the fmod source code filename and line number in it, for better resource tracking.

Return Values

void

See Also




Version 1.10.03 Built on Feb 1, 2018