* 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:
parent
c5e13c3270
commit
ce71cfaa42
2
gc.c
2
gc.c
@ -509,6 +509,7 @@ typedef struct rb_objspace {
|
|||||||
mark_stack_t mark_stack;
|
mark_stack_t mark_stack;
|
||||||
struct {
|
struct {
|
||||||
int run;
|
int run;
|
||||||
|
int latest_gc_info;
|
||||||
gc_profile_record *records;
|
gc_profile_record *records;
|
||||||
gc_profile_record *current_record;
|
gc_profile_record *current_record;
|
||||||
size_t next_index;
|
size_t next_index;
|
||||||
@ -550,7 +551,6 @@ typedef struct rb_objspace {
|
|||||||
size_t count;
|
size_t count;
|
||||||
size_t total_allocated_object_num;
|
size_t total_allocated_object_num;
|
||||||
size_t total_freed_object_num;
|
size_t total_freed_object_num;
|
||||||
int latest_gc_info;
|
|
||||||
} profile;
|
} profile;
|
||||||
struct gc_list *global_list;
|
struct gc_list *global_list;
|
||||||
rb_event_flag_t hook_events; /* this place may be affinity with memory cache */
|
rb_event_flag_t hook_events; /* this place may be affinity with memory cache */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user