Skip to content

karockai/AllocatorPractice

Repository files navigation

# AllocatorPractice
Implicit_prac.c : Implicit 방식 메모리 할당
Explicit_addr_rac : Explicit에서 주소 순으로 정렬한 메모리 할당
Explicit_LIFO_rac : Explicit에서 선입후출로 정렬한 메모리 할당
Explicit_size_rac : Explicit에서 크기 순으로 정렬한 메모리 할당


과제 :
1) SegList 구현하기
2) realloc 수정하기
3) Next Fit 구현하기
4) 지연연결 구현하기

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages