Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f3d779e

Browse files
committed
Fix the clang build
1 parent 6900ebe commit f3d779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gc/gc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15901,6 +15901,7 @@ start_no_gc_region_status gc_heap::prepare_for_no_gc_region (uint64_t total_size
1590115901

1590215902
int soh_align_const = get_alignment_constant (TRUE);
1590315903
size_t max_soh_allocated = soh_segment_size - segment_info_size - eph_gen_starts_size;
15904+
size_t size_per_heap = 0;
1590415905
const double scale_factor = 1.05;
1590515906

1590615907
int num_heaps = 1;
@@ -15949,7 +15950,6 @@ start_no_gc_region_status gc_heap::prepare_for_no_gc_region (uint64_t total_size
1594915950
if (disallow_full_blocking)
1595015951
current_no_gc_region_info.minimal_gc_p = TRUE;
1595115952

15952-
size_t size_per_heap = 0;
1595315953
if (allocation_no_gc_soh != 0)
1595415954
{
1595515955
assert(allocation_no_gc_soh <= SIZE_T_MAX);

0 commit comments

Comments
 (0)