File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Guest/Sources/dlmalloc/src Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 12
12
// WebAssembly doesn't support shrinking linear memory.
13
13
#define MORECORE_CANNOT_TRIM 1
14
14
15
- // Disable sanity checks to reduce code size.
15
+ // Disable checks to reduce code size.
16
16
#define ABORT __builtin_unreachable()
17
17
18
18
// If threads are enabled, enable support for threads.
Original file line number Diff line number Diff line change @@ -3131,8 +3131,7 @@ static int init_mparams(void) {
3131
3131
}
3132
3132
#endif /* WIN32 */
3133
3133
3134
- /* Sanity-check configuration:
3135
- size_t must be unsigned and as wide as pointer type.
3134
+ /* size_t must be unsigned and as wide as pointer type.
3136
3135
ints must be at least 4 bytes.
3137
3136
alignment must be at least 8.
3138
3137
Alignment, min chunk size, and page size must all be powers of 2.
You can’t perform that action at this time.
0 commit comments