Changeset c352c2e in mainline for generic/src/mm/as.c


Ignore:
Timestamp:
2006-02-03T23:16:27Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81e52f2a
Parents:
e1888f9
Message:

Implemented malloc/free as SLABs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/as.c

    re1888f9 rc352c2e  
    7979        as_t *as;
    8080
    81         as = (as_t *) malloc(sizeof(as_t));
     81        as = (as_t *) early_malloc(sizeof(as_t));
    8282        if (as) {
    8383                list_initialize(&as->as_with_asid_link);
Note: See TracChangeset for help on using the changeset viewer.