Skip Navigation
Function

OSFree

Frees a block of memory allocated by OSMalloc.
void OSFree(void *addr, uint32_t size, OSMallocTag tag);

Parameters

addr

A pointer to the memory block to free.

size

The size of the memory block to free.

tag

The OSMallocTag with which addr was originally allocated.

See Also

Current page is OSFree