Heap tracing support

This commit is contained in:
Angus Gratton
2017-05-11 17:56:17 +10:00
parent 64bfdf56bb
commit 1c7b8aa3a5
12 changed files with 716 additions and 44 deletions

View File

@@ -46,7 +46,7 @@ multi_heap_handle_t multi_heap_register(void *start, size_t size)
__attribute__((alias("multi_heap_register_impl")));
void multi_get_heap_info(multi_heap_handle_t heap, multi_heap_info_t *info)
__attribute__((alias("multi_get_heap_info_impl")));
__attribute__((alias("multi_heap_get_info_impl")));
size_t multi_heap_free_size(multi_heap_handle_t heap)
__attribute__((alias("multi_heap_free_size_impl")));