There was an error while loading. Please reload this page.
1 parent 58e7582 commit c822643Copy full SHA for c822643
1 file changed
gc/default/default.c
@@ -467,7 +467,7 @@ enum gc_mode {
467
typedef struct rb_objspace {
468
struct {
469
alignas(64) size_t increase;
470
- size_t limit;
+ alignas(64) size_t limit;
471
#if MALLOC_ALLOCATED_SIZE
472
size_t allocated_size;
473
size_t allocations;
@@ -587,7 +587,7 @@ typedef struct rb_objspace {
587
588
#if RGENGC_ESTIMATE_OLDMALLOC
589
alignas(64) size_t oldmalloc_increase;
590
- size_t oldmalloc_increase_limit;
+ alignas(64) size_t oldmalloc_increase_limit;
591
#endif
592
593
#if RGENGC_CHECK_MODE >= 2
0 commit comments