Changeset db79676 in mainline
- Timestamp:
- 2005-11-15T16:03:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 39539da
- Parents:
- 594a468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/buddy.c
r594a468 rdb79676 41 41 * @param max_order The biggest allocable size will be 2^max_order. 42 42 * @param op Operations for new buddy system. 43 * @param data Pointer to be used by imple ntation.43 * @param data Pointer to be used by implementation. 44 44 * 45 45 * @return New buddy system. … … 86 86 /** Allocate block from buddy system. 87 87 * 88 * Allocate block from buddy system.89 *90 88 * @param b Buddy system pointer. 91 89 * @param i Returned block will be 2^i big. … … 147 145 148 146 /** Return block to buddy system. 149 *150 * Return block to buddy system.151 147 * 152 148 * @param b Buddy system pointer.
Note:
See TracChangeset
for help on using the changeset viewer.