Changeset b1facba in mainline for libc/malloc/malloc.c


Ignore:
Timestamp:
2006-06-08T09:48:51Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7674793
Parents:
07d7870
Message:

Uspace synchronous fpu context managing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/malloc/malloc.c

    r07d7870 rb1facba  
    466466#define ONLY_MSPACES 0
    467467#define MSPACES 0
     468
     469#ifdef MALLOC_ALIGNMENT_16
     470#define MALLOC_ALIGNMENT ((size_t)16U)
     471#else
    468472#define MALLOC_ALIGNMENT ((size_t)8U)
     473#endif
     474
    469475#define FOOTERS 0
    470476#define ABORT  abort()
Note: See TracChangeset for help on using the changeset viewer.