We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d869f5 commit 76a3e94Copy full SHA for 76a3e94
main/main.cpp
@@ -167,6 +167,9 @@ extern "C" void app_main(void) {
167
168
std::unique_ptr<Cart> cart(make_cart(selected_rom_info));
169
170
+ // check heap for integrity and print if there are any errors
171
+ // heap_caps_check_integrity_all(true);
172
+
173
// heap_caps_print_heap_info(MALLOC_CAP_DEFAULT);
174
// heap_caps_print_heap_info(MALLOC_CAP_8BIT);
175
// heap_caps_print_heap_info(MALLOC_CAP_DMA);
0 commit comments