* gc.c (rb_objspace_t::profile): reduce padding.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-09-09 02:59:08 +00:00
parent c5e13c3270
commit ce71cfaa42

2
gc.c
View File

@ -509,6 +509,7 @@ typedef struct rb_objspace {
mark_stack_t mark_stack;
struct {
int run;
int latest_gc_info;
gc_profile_record *records;
gc_profile_record *current_record;
size_t next_index;
@ -550,7 +551,6 @@ typedef struct rb_objspace {
size_t count;
size_t total_allocated_object_num;
size_t total_freed_object_num;
int latest_gc_info;
} profile;
struct gc_list *global_list;
rb_event_flag_t hook_events; /* this place may be affinity with memory cache */