diff options
| author | dearblue <[email protected]> | 2019-05-25 23:59:43 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2019-05-25 23:59:43 +0900 |
| commit | d1e1bb0d5b45d9f1c5de943a036c86542698af49 (patch) | |
| tree | ba2b910a5c651698d3587875a6cffe84ef056972 /test/assert.rb | |
| parent | f455cb6c408525f0af7303d21ed5b81959e46876 (diff) | |
| download | mruby-d1e1bb0d5b45d9f1c5de943a036c86542698af49.tar.gz mruby-d1e1bb0d5b45d9f1c5de943a036c86542698af49.zip | |
Remove `mrb_alloca()` function
When I found this function, I expected it to behave the same as the
`alloca(3)` function, but it is accually the `mrb_alloca()` function
does not free the heap until the `mrb_close()` function is called.
Also, even if it is deleted, it can be replaced with the combination
of the `MRB_TT_DATA` object and the `mrb_gv_set()` function if it is
sure necessary.
Diffstat (limited to 'test/assert.rb')
0 files changed, 0 insertions, 0 deletions
