//uspace/trunk/libc/malloc/malloc.c |
---|
438,6 → 438,15 |
*/ |
/** @addtogroup libcmalloc malloc |
* @brief Malloc originally written by Doug Lea and ported to HelenOS. |
* @ingroup libc |
* @{ |
*/ |
/** @file |
*/ |
#include <sys/types.h> /* For size_t */ |
/** Non-default helenos customizations */ |
4405,3 → 4414,7 |
structure of old version, but most details differ.) |
*/ |
/** @} |
*/ |