Added some kheap parts...not ready yet

This commit is contained in:
ice-bit
2019-09-18 12:25:55 +02:00
parent 7f737e6f02
commit 234904bf9b
3 changed files with 157 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ ordered_list_t place_ordered_list(void *addr, uint32_t max_size, lessthan_predic
// Destroy an ordered list
void destroy_ordered_list(ordered_list_t *array) {
// Not ready yet
// Not ready yet TODO:
}
// Insert item into the array