global change: repace sched_xfree() to kxmm_free()

Changes:
sched_xfree() => kxmm_free()
remove garbage related APIs
remove ARCH_HAVE_GARBAGE

Cause garbage feature move to mm_heap, then don't need
garbage anymore.

Change-Id: If310790a3208155ca8ab319e8d038cb6ff92c518
Signed-off-by: ligd <liguiding@fishsemi.com>
This commit is contained in:
ligd
2020-04-07 22:31:47 +08:00
committed by patacongo
parent cec53bb133
commit 231ad202ee
54 changed files with 81 additions and 767 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ static inline void timer_free(struct posix_timer_s *timer)
/* Otherwise, return it to the heap */
leave_critical_section(flags);
sched_kfree(timer);
kmm_free(timer);
}
}