Skip to content

Commit

Permalink
post: 프로세스 메모리 구조
Browse files Browse the repository at this point in the history
  • Loading branch information
lja3723 committed Apr 7, 2024
1 parent 13d140b commit a80898a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,19 @@ _프로세스의 메모리 구조_

![Stack 영역이 구분된 이유]({{ img_path }}/3.4. Stack 영역이 구분된 이유.png){: width='550'}

## 3.5. Heap, Stack이 자라나는 방향이 다른 이유
### 3.5. Heap, Stack이 자라나는 방향이 다른 이유

- Heap, Stack은 실행 상태에 따라 얼마나 사용될지 모름
- 동적 공간에서 서로 공간을 유용하게 활용하기 위해서이다.



## 4. 프로세스 주소 → 물리 주소 변환

> 가상 메모리에서 다시 등장하는 개념이다.
{: .prompt-info}

![프로세스 주소 to 물리 주소]({{ img_path }}/4. 프로세스 주소 to 물리 주소.png)

<br>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a80898a

Please sign in to comment.