|
nckernel
0.1
|
표준에서 정의하는 라이브러리 함수들을 구현 More...
|
Functions | |
| void * | memalign (size_t boundary, size_t size) |
| void * | valloc (size_t size) |
표준에서 정의하는 라이브러리 함수들을 구현
Definition at line 393 of file malloc.c.
References NULL, posix_memalign(), and chunk::ptr.
Referenced by valloc().


| void* valloc | ( | size_t | size) |
Definition at line 388 of file malloc.c.
References _SC_PAGESIZE, memalign(), and sysconf().

1.8.4