-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define clear/set_all_fl_marks internal functions
(refactoring) * alloc.c (GC_clear_fl_marks): Adjust indentation. * alloc.c (set_all_fl_marks, clear_all_fl_marks): New static function (move part of code from GC_finish_collection). * alloc.c (GC_finish_collection): Call set_all_fl_marks() (if GC_find_leak); call clear_all_fl_marks(); refine comment near clear_all_fl_marks() call.
- Loading branch information
Showing
1 changed file
with
76 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters