Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 555 Bytes

readme.md

File metadata and controls

11 lines (11 loc) · 555 Bytes

malloc

  • 각 디렉토리에 해당 버전에 대한 readme를 참고해주세요.

v1

  • malloc_v1
  • thread-safe 중점 / 미완성 버전

v2

  • malloc 을 제작하며 학습한 내용을 정리한 글입니다.
  • malloc() 에서부터 컴퓨터가 메모리를 처리하는 방식까지 깊게 들어가봅니다.