OSMalloc_Tagfree
Frees a tag used with OSMalloc functions.
Declaration
void OSMalloc_Tagfree(OSMallocTag tag);Parameters
- tag:
The Osmalloctag to free.
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.