Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heap 메모리는 무엇이고 사용하는 이유는 무엇인가 #170

Open
sustainable-git opened this issue Aug 21, 2022 · 1 comment
Labels

Comments

@sustainable-git
Copy link
Member

No description provided.

@sustainable-git
Copy link
Member Author

sustainable-git commented Aug 28, 2022

  • Heap 영역
    - 동적 할당(malloc)하는 영역
    - reference type을 저장
    - Run time에 결정됨
    - non thread-safe
    - ARC에 의해 관리됨
  • Stack은 함수가 끝날 때까지 유지되지만, Heap은 Programmer가 원할 때 언제나 할당하거나 해제할 수 있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant