|
@@ -65,9 +65,9 @@ void initialize_allocator(allocator_t *allocator) {
|
|
|
allocator->heaps[i].num_objects = 0;
|
|
|
|
|
|
#ifdef WITH_STATS
|
|
|
-#ifdef FUTURE_FEATURES
|
|
|
+#ifdef REQUEST_SIZE_INFO
|
|
|
allocator->heaps[i].dmm_stats.mem_requested = 0;
|
|
|
-#endif /* FUTURE_FEATURES */
|
|
|
+#endif /* REQUEST_SIZE_INFO */
|
|
|
allocator->heaps[i].dmm_stats.mem_used = 0;
|
|
|
allocator->heaps[i].dmm_stats.mem_allocated = 0;
|
|
|
allocator->heaps[i].dmm_stats.live_objects = 0;
|