nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
malloc.h
Go to the documentation of this file.
1 
10 extern void *valloc(size_t size);
11 extern void *memalign(size_t boundary, size_t size);
12 
13 /* @} End of a file */