malloc
-
[OS] 22. MallocOS/OS from Scratch 2021. 7. 24. 20:40
서론 이번 강의에서는 간단한 malloc 함수를 구현하겠습니다. 해당 Github 강의는 다음과 같습니다. https://github.com/cfenollosa/os-tutorial/tree/master/22-malloc GitHub - cfenollosa/os-tutorial: How to create an OS from scratch How to create an OS from scratch. Contribute to cfenollosa/os-tutorial development by creating an account on GitHub. github.com 이론 Paging 기법 컴퓨터는 메모리를 가상 메모리로서 관리하는데, 이를 통해 실제 메모리를 추상화해 프로세스들이 연속된 메모리를 사용하는 것..