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

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c3880 #define GC_PROFILE_RECORD_DEFAULT_SIZE 100 macro
3943 objspace->profile.size = GC_PROFILE_RECORD_DEFAULT_SIZE;
4132 if (GC_PROFILE_RECORD_DEFAULT_SIZE * 2 < objspace->profile.size) {
4133 objspace->profile.size = GC_PROFILE_RECORD_DEFAULT_SIZE * 2;

Completed in 112 milliseconds