mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
doc/guides/memory.md: small style changes (markdownlink-cli)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
There are three methods to customize memory allocation in mruby.
|
||||
|
||||
1. Provide your own `realloc()`/`free()`
|
||||
2. Redefine `mrb_default_allocf()`
|
||||
3. Specify a function with `mrb_open_allocf()`
|
||||
1. Provide your own `realloc()`/`free()`
|
||||
2. Redefine `mrb_default_allocf()`
|
||||
3. Specify a function with `mrb_open_allocf()`
|
||||
|
||||
## Provide your own `realloc()`/`free()`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user