Skip to content

Commit

Permalink
Revert "py/gc: Fix max_free size."
Browse files Browse the repository at this point in the history
This reverts commit 57a6e3b.
  • Loading branch information
iabdalkader committed Sep 3, 2024
1 parent d07377c commit 7063c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ void gc_info(gc_info_t *info) {

info->used *= BYTES_PER_BLOCK;
info->free *= BYTES_PER_BLOCK;
info->max_free *= BYTES_PER_BLOCK;

#if MICROPY_GC_SPLIT_HEAP_AUTO
info->max_new_split = gc_get_max_new_split();
Expand Down

0 comments on commit 7063c24

Please sign in to comment.