Searched refs:gc_profile_record (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c99 typedef struct gc_profile_record { struct
122 } gc_profile_record; typedef in typeref:struct:gc_profile_record
247 gc_profile_record *record;
3879 static inline void gc_prof_set_heap_info(rb_objspace_t *, gc_profile_record *);
3944 objspace->profile.record = malloc(sizeof(gc_profile_record) * objspace->profile.size);
3948 objspace->profile.record = realloc(objspace->profile.record, sizeof(gc_profile_record) * objspace->profile.size);
3953 MEMZERO(&objspace->profile.record[count], gc_profile_record, 1);
3966 gc_profile_record *record = &objspace->profile.record[count];
4017 gc_prof_set_heap_info(rb_objspace_t *objspace, gc_profile_record *record)
4051 gc_profile_record *recor
[all...]

Completed in 59 milliseconds