Files
mruby-mruby/src
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
..
2024-09-24 00:14:24 +10:00
2024-06-06 21:35:24 +09:00
2024-04-22 18:00:27 +10:00
2024-07-18 15:06:31 +09:00
2023-11-01 22:21:59 +09:00
2024-10-31 14:06:10 +09:00
2024-09-24 00:14:24 +10:00
2024-03-09 13:41:58 +01:00
2016-05-09 17:19:47 +02:00
2024-10-25 21:11:07 +09:00