mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
make default allocf public to use it with mrb_open_without_mrbgems
This commit is contained in:
committed by
Yukihiro "Matz" Matsumoto
parent
6bb56ed920
commit
36813c87f6
@@ -299,6 +299,8 @@ mrb_state* mrb_open_allocf(mrb_allocf, void *ud);
|
||||
mrb_state* mrb_open_without_mrbgems(mrb_allocf, void *ud);
|
||||
void mrb_close(mrb_state*);
|
||||
|
||||
void* mrb_default_allocf(mrb_state*, void*, size_t, void*);
|
||||
|
||||
mrb_value mrb_top_self(mrb_state *);
|
||||
mrb_value mrb_run(mrb_state*, struct RProc*, mrb_value);
|
||||
mrb_value mrb_toplevel_run(mrb_state*, struct RProc*);
|
||||
|
||||
Reference in New Issue
Block a user