쿼리큘럼 개인적 정리
https://jungwoong.tistory.com/47
[window] 프로세스의 힙 메모리
힙 메모리 힙은 크기가 작은 데이터 블록을 할당 하는데 매우 유용한 방법으로 가상 메모리와 달리 할당 단위나 페이지 경계와 같은 특성을 고려할 필요 없이 메모리 할당 할 수 있습니다.
jungwoong.tistory.com
https://woo-dev.tistory.com/187
Heap 메모리 장단점(Windows)
내가 퍼온 출처 : egloos.zum.com/dstein/v/1785346 출처 : http://msdn.microsoft.com/library/kor/default.asp?url=/library/KOR/dntaloc/html/heap3.asp Murali R. Krishnan Microsoft Corporation 1999년 2월..
woo-dev.tistory.com
https://softwareji.tistory.com/68
Windows 프로그래밍과 메모리 Memory
1. Memory (1) 물리적 메모리 RAM, ROM(BIOS) RAM ; DRAM 주기적 refresh, SRAM(Cash 메모리용) 전원 공급, 메모리 영역의 구분, 입출력, CPU가 원하는 칩에 연결할 수 있도록 신호를 연결 또는 차단 등의 핀들....
softwareji.tistory.com
https://mm5-gnap.tistory.com/113?category=865661
메모리 관리 (가상 메모리, 힙, MMF)
https://www.youtube.com/watch?v=82h8ndWuaXk&list=PLVsNizTWUw7E2KrfnsyEjTqo-6uKiQoxc&index=57 . 가상 메모리가 물리 메모리에 매핑될 때 페이지 단위(4kb)로 할당이 되는데 기준이 되는 가상 메모리 페이지..
mm5-gnap.tistory.com
https://happysalmon.tistory.com/113?category=898259
(윈도우 시스템) 20. 메모리 관리
16. 컴퓨터 구조 네번째 글을 충분히 이해했다고 가정합니다. 1. 가상메모리 컨트롤 Reserve, Commit, Free Reserve, Commit, Free 는 Windows 시스템에서 부여할 수 있는 페이지의 상태를 의미한다. 가상메모리.
happysalmon.tistory.com