Rev 1656 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1656 | Rev 1663 | ||
---|---|---|---|
Line 463... | Line 463... | ||
463 | /* The maximum possible size_t value has all bits set */ |
463 | /* The maximum possible size_t value has all bits set */ |
464 | #define MAX_SIZE_T (~(size_t)0) |
464 | #define MAX_SIZE_T (~(size_t)0) |
465 | 465 | ||
466 | #define ONLY_MSPACES 0 |
466 | #define ONLY_MSPACES 0 |
467 | #define MSPACES 0 |
467 | #define MSPACES 0 |
- | 468 | ||
- | 469 | #ifdef MALLOC_ALIGNMENT_16 |
|
- | 470 | #define MALLOC_ALIGNMENT ((size_t)16U) |
|
- | 471 | #else |
|
468 | #define MALLOC_ALIGNMENT ((size_t)8U) |
472 | #define MALLOC_ALIGNMENT ((size_t)8U) |
- | 473 | #endif |
|
- | 474 | ||
469 | #define FOOTERS 0 |
475 | #define FOOTERS 0 |
470 | #define ABORT abort() |
476 | #define ABORT abort() |
471 | #define ABORT_ON_ASSERT_FAILURE 1 |
477 | #define ABORT_ON_ASSERT_FAILURE 1 |
472 | #define PROCEED_ON_ERROR 0 |
478 | #define PROCEED_ON_ERROR 0 |
473 | #define USE_LOCKS 1 |
479 | #define USE_LOCKS 1 |