Home
last modified time | relevance | path

Searched refs:gc_profile_dump_on (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c9330 gc_profile_dump_on(VALUE out, VALUE (*append)(VALUE, VALUE)) in gc_profile_dump_on() function
9439 gc_profile_dump_on(str, rb_str_buf_append); in gc_profile_result()
9458 gc_profile_dump_on(out, rb_io_write); in gc_profile_report()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.0109 * gc.c (gc_profile_dump_on): ditto.
3106 * gc.c (gc_profile_dump_on): Ditto.
3421 * gc.c (gc_profile_dump_on): use "Page" terminology.
10461 * gc.c (gc_profile_dump_on): Ditto.
10570 * gc.c (gc_profile_dump_on): fix line break position.
10591 * gc.c (gc_profile_dump_on): print the following information:
12925 * gc.c (gc_profile_dump_on): revert r40898. ok to show the record
12930 * gc.c (gc_profile_dump_on): use size_t to get rid of overflow and
12989 * gc.c (gc_profile_dump_on): change reporting format with
13015 * gc.c (gc_profile_dump_on): `count' should be (int) because it
H A DChangeLog-2.4.01356 gc_profile_dump_on): Use PRIuSIZE instead of PRIdSIZE as the passed