|
nckernel
0.1
|

Go to the source code of this file.
Functions | |
| void * | initm_alloc (void *initm) |
| initm 에 청크를 할당한다 More... | |
| void * | initm_find_pma (void *vma) |
| void * | initm_find_vma (void *pma) |
| initm_set_pma 함수에서 설정된 값을 이용해 pma 에 해당하는 vma 주소를 찾는다 More... | |
| int | initm_free (void *initm, void *ptr) |
| initm 에 할당된 메모리 청크를 해제한다 More... | |
| size_t | initm_free_size (void *initm) |
| int | initm_init (void *initm, size_t size) |
| initm 의 자료구조를 초기화 한다 More... | |
| void * | initm_pma (void) |
| void | initm_set_pma (void *initm) |
| PMA 상의 initm 의 시작 주소를 지정 More... | |
| void | initm_set_vma (void *initm) |
| VMA 상의 initm 의 시작 주소를 지정 More... | |
| size_t | initm_size (void *initm) |
| initm 에 할당된 메모리 크기 More... | |
| void | initm_update_for_vma (void) |
| void * | initm_vma (void) |
| VMA 상에서의 initm 의 시작 주소를 가져온다 More... | |
1.8.4