diff options
Diffstat (limited to 'documentation/bookmark/memory_management')
-rw-r--r-- | documentation/bookmark/memory_management/reference_counting.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/memory_management/smart_pointer.md | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/documentation/bookmark/memory_management/reference_counting.md b/documentation/bookmark/memory_management/reference_counting.md new file mode 100644 index 000000000..7a09fdcf0 --- /dev/null +++ b/documentation/bookmark/memory_management/reference_counting.md @@ -0,0 +1,4 @@ +# Reference + +0. [StaticRc](https://github.com/matthieu-m/static-rc) + diff --git a/documentation/bookmark/memory_management/smart_pointer.md b/documentation/bookmark/memory_management/smart_pointer.md new file mode 100644 index 000000000..5b5fd834e --- /dev/null +++ b/documentation/bookmark/memory_management/smart_pointer.md @@ -0,0 +1,4 @@ +# Reference + +0. [Implementing smart pointers for the C programming language](https://snai.pe/posts/c-smart-pointers) + |