summaryrefslogtreecommitdiff
path: root/src/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.c')
-rw-r--r--src/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memory.c b/src/memory.c
index 83e90b0..74a9628 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -114,6 +114,7 @@ bool mi_is_in_heap_region(const void* p) {
return false;
}
+
/* ----------------------------------------------------------------------------
Commit from a region
-----------------------------------------------------------------------------*/