Name
hw_TrackedFree -- free a tracked memory buffer (V5.0)
Synopsis
void hw_TrackedFree(APTR buf);
Function
This function must be used to free memory allocated by hw_TrackedAlloc(). See hw_TrackedAlloc for details.

This function is thread-safe.

Designer compatibility
Supported since Designer 4.0

Inputs
buf
memory buffer allocated by hw_TrackedAlloc()

Show TOC