boot loader: print max heap usage info before entering kernel

This commit is contained in:
Ingo Weinhold
2013-05-09 03:14:35 +02:00
parent c92c12d71a
commit 00090d290d
3 changed files with 26 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ extern "C" {
#endif
extern void heap_release(struct stage2_args *args);
extern void heap_print_statistics();
extern status_t heap_init(struct stage2_args *args);
#ifdef __cplusplus