doc/guides/memory.md: small style changes (markdownlink-cli)

This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-12-26 07:31:08 +09:00
parent ae43ce7593
commit 6ea3166005
+3 -3
View File
@@ -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()`