|
nckernel
0.1
|
할당되는 메모리 청크 정보를 가지는 header More...

Data Fields | |
| struct list_head | head |
| char | ptr [] |
| ssize_t | size |
| struct list_head head |
| char ptr[] |
Zero-size array, 데이터의 시작 위치
Definition at line 33 of file malloc.c.
Referenced by memalign(), and posix_memalign().
| ssize_t size |
현재 청크의 데이터 크기 (헤더 제외)
Definition at line 32 of file malloc.c.
Referenced by brk(), free(), malloc(), malloc_init(), posix_memalign(), and sbrk().
1.8.4