태그>vmalloc(총 2개의 글)
'vmalloc' 관련 최근글
-
- vmalloc - overview(1)
-
Linux Kernel Hacker by AustinKim|2017/12/06 11:22
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
- vmalloc - overview(1)
-
- User/Kernel Memory Space
-
공부방 by DynamicBu|2016/02/21 10:28
CONFIG_VMSPLIT_3G -> user 3G, kernel 1G => linux mem 512M 이면 vmalloc mem 0.5G 할당 CONFIG_VMSPLIT_2G -> user 2G, kernel 2G => linux mem 512M 이면 vmalloc mem 1..
- User/Kernel Memory Space