#include <oskit/memdebug.h>void memdebug_untraced_free(void *ptr, oskit_u32_t size);
Returns the indicated memory with the given size to the client OS. Used by the memdebug library to free the ``raw'' memory that it tracks.
- ptr
- Memory to free.
- size
- The size (in bytes) of the chunk being freed.