Skip to content

Commit 430677c

Browse files
Merge pull request #3049 from madeline-underwood/dynamic
Add description for dynamic memory allocator learning path
2 parents c4072f5 + e0b90b0 commit 430677c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • content/learning-paths/cross-platform/dynamic-memory-allocator

content/learning-paths/cross-platform/dynamic-memory-allocator/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Write a Dynamic Memory Allocator
33

4+
description: Learn how to implement a dynamic memory allocator in C, understanding heap management and how malloc and free work under the hood with practical examples.
5+
46
minutes_to_complete: 120
57

68
who_is_this_for: This is an introductory topic for software developers learning about dynamic memory allocation for the first time, and who may have used malloc and free in C programming. It also provides a starting point to explore more advanced memory allocation topics.

0 commit comments

Comments
 (0)