메모리 할당, 제거를 C로 가상 구현 (myalloc,myfree) - 간단한 메모리 관리자
- 최초 등록일
- 2016.02.18
- 최종 저작일
- 2016.02
- 압축파일
- 가격 5,000원
소개글
간단한 메모리 관리자입니다. myalloc, myfree를 구조체 리스트 환경에서 구성하였으며,
메모리가 합쳐지는 상황, 에러가 발생하는 예외 까지 모두 구현 하였습니다.
또한, 메모리작업 환경의 Best Fit, First Fit 두 환경 모두 선택 할 수 있으며,
Simulation1, Simulation2로 테스트 한 결과 파일이 캡쳐 + 상황이 ppt에 존재합니다.
시스템 구성, 자료구조, 최종 시스템 구성, 순서도 또한 ppt에 있습니다.
컴파일 실행환경
Visual Studio 2013 , C++,C
압축파일 내 파일목록
분석,설계.pptx
Memory_Allocation/Debug/Memory_Allocation.exe
Memory_Allocation/Debug/Memory_Allocation.ilk
Memory_Allocation/Debug/Memory_Allocation.pdb
Memory_Allocation/ipch/memory_allocation-2b30ef69/memory_allocation-89868eca.ipch
Memory_Allocation/ipch/memory_allocation-a9feee49/memory_allocation-89868eca.ipch
Memory_Allocation/Memory_Allocation/Debug/Memory_A.D1EAF249.tlog/cl.command.1.tlog
Memory_Allocation/Memory_Allocation/Debug/Memory_A.D1EAF249.tlog/CL.read.1.tlog
Memory_Allocation/Memory_Allocation/Debug/Memory_A.D1EAF249.tlog/CL.write.1.tlog
Memory_Allocation/Memory_Allocation/Debug/Memory_A.D1EAF249.tlog/link.command.1.tlog
Memory_Allocation/Memory_Allocation/Debug/Memory_A.D1EAF249.tlog/link.read.1.tlog
Memory_Allocation/Memory_Allocation/Debug/Memory_A.D1EAF249.tlog/link.write.1.tlog
Memory_Allocation/Memory_Allocation/Debug/Memory_A.D1EAF249.tlog/Memory_Allocation.lastbuildstate
Memory_Allocation/Memory_Allocation/Debug/Memory_Allocation.log
Memory_Allocation/Memory_Allocation/Debug/Memory_Allocation.obj
Memory_Allocation/Memory_Allocation/Debug/Memory_Allocation.pch
Memory_Allocation/Memory_Allocation/Debug/stdafx.obj
Memory_Allocation/Memory_Allocation/Debug/vc120.idb
Memory_Allocation/Memory_Allocation/Debug/vc120.pdb
Memory_Allocation/Memory_Allocation/Memory_Allocation.cpp
Memory_Allocation/Memory_Allocation/Memory_Allocation.vcxproj
Memory_Allocation/Memory_Allocation/Memory_Allocation.vcxproj.filters
Memory_Allocation/Memory_Allocation/ReadMe.txt
Memory_Allocation/Memory_Allocation/stdafx.cpp
Memory_Allocation/Memory_Allocation/stdafx.h
Memory_Allocation/Memory_Allocation/targetver.h
Memory_Allocation/Memory_Allocation.sdf
Memory_Allocation/Memory_Allocation.sln
Memory_Allocation/Memory_Allocation.v12.suo
결과.pptx
참고 자료
없음