코딩Coding/Rust❤️메모리Memory관리_기초상식
Rust용어)스택(stack)과 힙(heap) 개념 이해하기-소유권이해하기에 필수
내인생PLUS
2021. 5. 8. 01:11
728x90
스택에 푸시하기 (pushing on the stack)
스택을 팝하기 (popping off the stack)
힙 공간 할당하기(allocating on the heap)라고 부르고, 종종 그냥 "할당(allocating)"으로 줄여 부릅니다
자세한 내용은 밑에 링크 클릭!!
rinthel.github.io/rust-lang-book-ko/ch04-01-what-is-ownership.html
stack과 heap을 이해하기 위해선 메모리 구조를 알아보자!
반응형