Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1655 → Rev 1656

/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.)
*/
 
/** @}
*/