]> granicus.if.org Git - esp-idf/commitdiff
Fix multi_heap_get_info alias
authorDeomid Ryabkov <rojer@cesanta.com>
Tue, 26 Sep 2017 13:47:27 +0000 (14:47 +0100)
committerDeomid Ryabkov <rojer@cesanta.com>
Tue, 26 Sep 2017 14:00:47 +0000 (15:00 +0100)
components/heap/multi_heap.c

index 1d2607913eabeaabb60b4ac1bb8081449d28ea65..b0452f4c4e2abc3e930ce45d8c08bb9bc3281a27 100644 (file)
@@ -45,7 +45,7 @@ size_t multi_heap_get_allocated_size(multi_heap_handle_t heap, void *p)
 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)
+void multi_heap_get_info(multi_heap_handle_t heap, multi_heap_info_t *info)
     __attribute__((alias("multi_heap_get_info_impl")));
 
 size_t multi_heap_free_size(multi_heap_handle_t heap)