summaryrefslogtreecommitdiffhomepage
path: root/doc/guides/gc-arena-howto.md
AgeCommit message (Collapse)Author
2017-08-18Separate `mrb_str_buf_new` and `mrb_str_new_capa`.Yukihiro "Matz" Matsumoto
`mrb_str_buf_new` is an old function that ensures capacity size of `MRB_STR_BUF_MIN_SIZE` minimum. Usually one need to use `mrb_str_new_capa` instead.
2015-11-30GC Arena docs pass for fixupsZachary Scott
2015-10-08Move guides locationSeba Gamboa