nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions

표준에서 정의하는 라이브러리 함수들을 구현 More...

Collaboration diagram for 표준 메모리 관리 함수:

Functions

void * memalign (size_t boundary, size_t size)
 
void * valloc (size_t size)
 

Detailed Description

표준에서 정의하는 라이브러리 함수들을 구현

Author
Sung-jae Park nices.nosp@m.j@ni.nosp@m.cesj..nosp@m.com
Date
2011-12-01

Function Documentation

void* memalign ( size_t  boundary,
size_t  size 
)

Definition at line 393 of file malloc.c.

References NULL, posix_memalign(), and chunk::ptr.

Referenced by valloc().

Here is the call graph for this function:

Here is the caller graph for this function:

void* valloc ( size_t  size)

Definition at line 388 of file malloc.c.

References _SC_PAGESIZE, memalign(), and sysconf().

Here is the call graph for this function: