summaryrefslogtreecommitdiff
path: root/test/test-api.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-api.c')
-rw-r--r--test/test-api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test-api.c b/test/test-api.c
index 7ce6f11..0302464 100644
--- a/test/test-api.c
+++ b/test/test-api.c
@@ -72,6 +72,10 @@ int main(void) {
CHECK_BODY("calloc0",{
result = (mi_usable_size(mi_calloc(0,1000)) <= 16);
});
+ CHECK_BODY("malloc-large",{ // see PR #544.
+ void* p = mi_malloc(67108872);
+ mi_free(p);
+ });
// ---------------------------------------------------
// Extended