Changeset 566ba81 in mainline for generic/include/mm/buddy.h


Ignore:
Timestamp:
2006-01-08T14:43:52Z (19 years ago)
Author:
Sergey Bondari <bondari@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d7ffa65
Parents:
2fe2046c
Message:

Console command 'zone' now takes zone address as parameter.
Added buddy system statistics into the 'zone' command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/buddy.h

    r2fe2046c r566ba81  
    5656extern bool buddy_system_can_alloc(buddy_system_t *b, __u8 order);
    5757extern void buddy_system_free(buddy_system_t *b, link_t *block);
     58extern void buddy_system_structure_print(buddy_system_t *b);
     59
    5860
    5961#endif
Note: See TracChangeset for help on using the changeset viewer.