Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 490 → Rev 489

/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 implementation.
* @param data Pointer to be used by implentation.
*
* @return New buddy system.
*/
85,6 → 85,8
 
/** Allocate block from buddy system.
*
* Allocate block from buddy system.
*
* @param b Buddy system pointer.
* @param i Returned block will be 2^i big.
*
145,6 → 147,8
 
/** Return block to buddy system.
*
* Return block to buddy system.
*
* @param b Buddy system pointer.
* @param block Block to return.
*/