Contents

OSMalloc_Tagfree

Frees a tag used with OSMalloc functions.

Declaration

void OSMalloc_Tagfree(OSMallocTag tag);

Parameters

Discussion

OSMalloc tags must not be freed while any memory blocks allocated with them still exist. Any OSMalloc function called on those blocks will result in a panic.

See Also

Memory