Skip to content
Snippets Groups Projects
Commit dcd082f0 authored by Cheng Shao's avatar Cheng Shao
Browse files

dlmalloc: specific tunings for ghc wasm backend

parent 7d2c90a6
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,10 @@ extern const int __EINVAL;
// This isn't declared with DLMALLOC_EXPORT so make it static explicitly.
static size_t dlmalloc_usable_size(void*);
#define INSECURE 1
#define MORECORE_CONTIGUOUS 0
// Include the upstream dlmalloc's malloc.c.
#include "malloc.c"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment