Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto 49525fa207 mempool.c: renamed from pool.c
To avoid confusion with pools in irep, we renamed region-based memory
manager from pool to mempool.

- rename pool.c to mempool.c
- separate mempool.h
- rename all mrb_pool to mrb_mempool

So if someone is using pool.c functions (I suppose no one does though),
they need to rename all `mrb_pool` to `mrb_mempool` and include
`mruby/mempool.h` header at the top.
2024-10-31 14:06:10 +09:00
..
2022-01-02 11:52:19 +09:00
2024-06-27 22:46:13 +02:00
2024-06-27 22:46:13 +02:00
2024-09-24 00:14:24 +10:00
2024-10-31 14:06:10 +09:00
2023-05-03 22:12:59 +10:00
2024-09-10 21:07:43 +09:00
2024-10-31 14:06:10 +09:00
2022-12-03 14:26:05 +09:00
2019-08-18 20:12:44 +09:00