1 2 3 4 5 6
#include <reent.h> #include <malloc.h> void free(void * ptr) { _free_r(_impure_ptr, ptr); }