Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 489 → Rev 490

/SPARTAN/trunk/generic/src/mm/buddy.c
40,7 → 40,7
*
* @param max_order The biggest allocable size will be 2^max_order.
* @param op Operations for new buddy system.
* @param data Pointer to be used by implentation.
* @param data Pointer to be used by implementation.
*
* @return New buddy system.
*/
85,8 → 85,6
 
/** Allocate block from buddy system.
*
* Allocate block from buddy system.
*
* @param b Buddy system pointer.
* @param i Returned block will be 2^i big.
*
147,8 → 145,6
 
/** Return block to buddy system.
*
* Return block to buddy system.
*
* @param b Buddy system pointer.
* @param block Block to return.
*/