Count allocations more accurately
[ghc-hetmet.git] / includes / stg / MiscClosures.h
index c52a3c9..e6cfc47 100644 (file)
@@ -474,7 +474,7 @@ extern StgWord stg_stack_save_entries[];
 
 // Storage.c
 extern unsigned int RTS_VAR(g0);
-extern unsigned int RTS_VAR(alloc_blocks_lim);
+extern unsigned int RTS_VAR(large_alloc_lim);
 extern StgWord RTS_VAR(weak_ptr_list);
 extern StgWord RTS_VAR(atomic_modify_mutvar_mutex);