ext2_free
void ext2_free(void *, struct malloc_type *, const char *);
#define free(addr, type) ext2_free(addr, type, __func__)