aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/memory_management.md
diff options
context:
space:
mode:
authorEduardo Julian2022-10-28 23:11:52 -0400
committerEduardo Julian2022-10-28 23:11:52 -0400
commit736521eb56a45122eb0a545b677d3ffca1451080 (patch)
tree484221adf44f4cd5b9d0132fc41441d0ad098533 /documentation/bookmark/memory_management.md
parent54d22bc41b874d52a94a96aafca18ab3a6357edb (diff)
Eliminated the .alias# extension. Now detecting aliases in .def#.
Diffstat (limited to 'documentation/bookmark/memory_management.md')
-rw-r--r--documentation/bookmark/memory_management.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/memory_management.md b/documentation/bookmark/memory_management.md
index 84acecd98..b2fc9250e 100644
--- a/documentation/bookmark/memory_management.md
+++ b/documentation/bookmark/memory_management.md
@@ -6,6 +6,7 @@
# Allocation
0. []()
+0. [malloc() and free() are a bad API](https://www.foonathan.net/2022/08/malloc-interface/#content)
0. [How to allocate memory](https://geocar.sdf1.org/alloc.html)
0. [Always Bump Downwards](https://fitzgeraldnick.com/2019/11/01/always-bump-downwards.html)