코딩Coding/Rust❤️메모리Memory관리_기초상식
Rust] Heap❤️Allocation심도깊게 들어감
내인생PLUS
2022. 4. 18. 22:19
728x90
Heap Allocation
https://os.phil-opp.com/heap-allocation/
Heap Allocation | Writing an OS in Rust
This post adds support for heap allocation to our kernel. First, it gives an introduction to dynamic memory and shows how the borrow checker prevents common allocation errors. It then implements the basic allocation interface of Rust, creates a heap memory
os.phil-opp.com
반응형