Files
mruby-mruby/mrbgems
Yukihiro "Matz" Matsumoto 5de3be1bee mruby-dir/dir.c (mrb_di_getwd): reduce buffer allocation size
Instead of allocating `MAXPATHLEN` buffer string at the beginning,
allocate smaller (64 bytes) buffer, then resize it if needed. The
allocating max size is safe but consumes more memory.
2023-08-08 11:24:14 +09:00
..
2023-05-22 12:05:35 +09:00
2023-05-22 12:05:35 +09:00
2022-11-19 17:11:56 +09:00
2020-12-21 21:48:50 +09:00