• KOBAYASHI Shuji's avatar
    Refine `mrb_alloca()` · a030446a
    KOBAYASHI Shuji authored
    * The allocated memory is guaranteed to be aligned for any data type (it was
      not guaranteed when string type is embed).
    * Make allocation size exactly specified size (does not allocate space for a
      null byte).
    a030446a
gc.c 43.6 KB