the mega audio-memory-profiler-patch TM
[vg.git] / src / vg / vg.h
index 08c18b34c7c59eb455fbbd88b747e41ee54c2279..f3456f3199887c8e76c4f0222cefe55732978292 100644 (file)
@@ -397,8 +397,14 @@ VG_STATIC void vg_enter( int argc, char *argv[], const char *window_name )
       {
          vg.samples = VG_MAX( 0, VG_MIN( 8, atoi( arg ) ) );
       }
-   }
 
+      if( (arg = vg_long_opt_arg( "use-libc-malloc" )) )
+      {
+         vg_mem.use_libc_malloc = atoi( arg );
+      }
+   }
+   
+   vg_alloc_quota();
    vg_log_init();
    vg_console_init();