diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-04-29 12:32:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-29 12:32:23 +0300 |
commit | 44e59151e3e7678626202482c72e2696bcc17769 (patch) | |
tree | 29de7cfe97b337024a804e468af9685601dd0ccf | |
parent | cf319d581ca94d304a1a9741a5466c96d9179ce6 (diff) | |
download | UXP-44e59151e3e7678626202482c72e2696bcc17769.tar UXP-44e59151e3e7678626202482c72e2696bcc17769.tar.gz UXP-44e59151e3e7678626202482c72e2696bcc17769.tar.lz UXP-44e59151e3e7678626202482c72e2696bcc17769.tar.xz UXP-44e59151e3e7678626202482c72e2696bcc17769.zip |
Space to comment.
-rw-r--r-- | js/src/jsgc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jsgc.h b/js/src/jsgc.h index aa42d474c..8626e3e38 100644 --- a/js/src/jsgc.h +++ b/js/src/jsgc.h @@ -354,6 +354,7 @@ struct SortedArenaListSegment * be treated as an invariant, however, as the free lists may be cleared, * leaving arenas previously used for allocation partially full. Sorting order * is restored during sweeping. + * Arenas following the cursor should not be full. */ class ArenaList { |