Changeset 32ff43e6 in mainline for include/mm/buddy.h


Ignore:
Timestamp:
2005-09-28T13:00:11Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a9543d
Parents:
a58db280
Message:

Redeclare eraly_malloc() with attribute ((malloc)) to improve optimizations.

Reorganize #include's in scheduler.c.

Buddy system improvements.
Make buddy_system_free() explicitly invalidate order of blocks before they are coalesced.
Add some assertions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mm/buddy.h

    ra58db280 r32ff43e6  
    3333#include <typedefs.h>
    3434
     35#define BUDDY_SYSTEM_INNER_BLOCK        0xff
     36
    3537struct buddy_operations {
    3638        link_t *(* find_buddy)(link_t *);
Note: See TracChangeset for help on using the changeset viewer.