Changeset 7f0837c in mainline for generic/src/mm/buddy.c
- Timestamp:
- 2006-04-24T12:59:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd8af4b
- Parents:
- 24f3874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/buddy.c
r24f3874 r7f0837c 46 46 * Allocate memory for and initialize new buddy system. 47 47 * 48 * @param b Preallocated buddy system control data 48 * @param b Preallocated buddy system control data. 49 49 * @param max_order The biggest allocable size will be 2^max_order. 50 50 * @param op Operations for new buddy system.
Note:
See TracChangeset
for help on using the changeset viewer.