#ifndef __PRIVATE_MALLOC_H__ #define __PRIVATE_MALLOC_H__ void *kmalloc(size_t size); void kfree(void *blk); #endif /*__PRIVATE_MALLOC_H__ */