$ ./miniruby-origin.exe test.rb realloc
realloc .......... start benchmark

      user     system      total        real
  4.094000   4.953000   9.047000 (276.828125)

GC 12 invokes.

$ ./miniruby-patched-1.exe test.rb realloc
realloc .......... start benchmark

      user     system      total        real
  5.094000   4.797000   9.891000 ( 10.171875)

GC 286 invokes.

$ ./miniruby-patched-2.exe test.rb realloc
realloc .......... start benchmark

      user     system      total        real
  4.391000   4.594000   8.985000 (285.187500)

GC 13 invokes.

$ ./miniruby-patched-1_2.exe test.rb realloc
realloc .......... start benchmark

      user     system      total        real
  5.328000   4.390000   9.718000 ( 10.046875)

GC 286 invokes.

$ ./miniruby-origin.exe test.rb malloc
malloc .......... start benchmark

      user     system      total        real
  4.719000   3.906000   8.625000 (141.015625)

GC 30 invokes.

$ ./miniruby-patched-1.exe test.rb malloc
malloc .......... start benchmark

      user     system      total        real
  4.641000   4.016000   8.657000 (155.203125)

GC 30 invokes.

$ ./miniruby-patched-2.exe test.rb malloc
malloc .......... start benchmark

      user     system      total        real
  4.719000   4.750000   9.469000 ( 27.125000)

GC 66 invokes.

$ ./miniruby-patched-1_2.exe test.rb malloc
malloc .......... start benchmark

      user     system      total        real
  4.766000   4.484000   9.250000 ( 29.187500)

GC 66 invokes.
