OSFree
Frees a block of memory allocated by 1398447 Osmalloc.
Declaration
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
addrwas originally allocated.