-
Rust용어)스택(stack)과 힙(heap) 개념 이해하기-소유권이해하기에 필수코딩Coding/Rust❤️메모리Memory관리_기초상식 2021. 5. 8. 01:11728x90
스택에 푸시하기 (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을 이해하기 위해선 메모리 구조를 알아보자!
반응형'코딩Coding > Rust❤️메모리Memory관리_기초상식' 카테고리의 다른 글
Rust]How to convert a String into a &'static str (0) 2022.04.18 Compile heaptrack_gui on macOS using homebrew (0) 2022.04.02 What and where are the stack and heap? (0) 2022.03.06 GopherConSg2019)Understanding Allocations: The Stack and the Heap (0) 2022.02.22 Stack overflow vs Heap overflow 개념 이해 (0) 2022.02.03 Stack vs Heap Memory in C++_The Cherno (0) 2021.12.05 Intro to Rustlang(Ownership and Borrowing)STACK과HEAP설명 (0) 2021.05.13 [컴퓨터 기초]메모리 구조(Memory Structure)_Data Structure(Code, Data, Stack, Heap) (0) 2020.09.24