Changeset b1facba in mainline for libc/malloc/malloc.c
- Timestamp:
- 2006-06-08T09:48:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7674793
- Parents:
- 07d7870
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/malloc/malloc.c
r07d7870 rb1facba 466 466 #define ONLY_MSPACES 0 467 467 #define MSPACES 0 468 469 #ifdef MALLOC_ALIGNMENT_16 470 #define MALLOC_ALIGNMENT ((size_t)16U) 471 #else 468 472 #define MALLOC_ALIGNMENT ((size_t)8U) 473 #endif 474 469 475 #define FOOTERS 0 470 476 #define ABORT abort()
Note:
See TracChangeset
for help on using the changeset viewer.