diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-08 19:48:19 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-08 19:48:19 -0700 |
commit | efaf3590ac33702eeff423e31e85f690b1fc7eb2 (patch) | |
tree | 94060f65fd7dd8de6cb18ec934ecb9a0766afb4b /tests/dlmalloc.c | |
parent | c33144ef63e94a31b00d7e64a64049289e78aba8 (diff) |
dlmalloc tweaks
Diffstat (limited to 'tests/dlmalloc.c')
-rw-r--r-- | tests/dlmalloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dlmalloc.c b/tests/dlmalloc.c index 93bacc63..144b90ed 100644 --- a/tests/dlmalloc.c +++ b/tests/dlmalloc.c @@ -1,3 +1,7 @@ + +#define __THROW +#define __attribute_malloc__ +#define __wur #include "emscripten.h" /* |