aboutsummaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index 3808acd..6dc3525 100644
--- a/example.c
+++ b/example.c
@@ -7,7 +7,7 @@
int
main() {
- MemoryManager g = M_bump(KiB(2)),
+ MemoryManager g = M_std_tracked(),
t = M_bump(KiB(4));
String *hexes = V_new(&g, sizeof(String), 8);