nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
chunk Struct Reference

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

Collaboration diagram for chunk:
Collaboration graph
[legend]

Data Fields

struct list_head head
 
char ptr []
 
ssize_t size
 

Detailed Description

할당되는 메모리 청크 정보를 가지는 header

Definition at line 30 of file malloc.c.

Field Documentation

struct list_head head

노드 연결자

Definition at line 31 of file malloc.c.

Referenced by brk(), free(), posix_memalign(), and sbrk().

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().


The documentation for this struct was generated from the following file: