We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dlmalloc.c
1 parent 4658716 commit b2ec998Copy full SHA for b2ec998
Guest/Sources/dlmalloc/src/dlmalloc.c
@@ -12,7 +12,7 @@
12
// WebAssembly doesn't support shrinking linear memory.
13
#define MORECORE_CANNOT_TRIM 1
14
15
-// Disable sanity checks to reduce code size.
+// Disable checks to reduce code size.
16
#define ABORT __builtin_unreachable()
17
18
// If threads are enabled, enable support for threads.
0 commit comments