Home Memory leak(메모리 누수)
Post
Cancel

Memory leak(메모리 누수)

free(buf) 와 buf = 0 의 차이?

  • free(buf) : 할당받은 메모리를 해제
  • buf = 0 : 할당받은 메모리 주소를 담고있는 buf 변수가 0 값을 갖게 됨 → memory leak!
This post is licensed under CC BY 4.0 by the author.

컴파일의 4단계

메모리 구조