-
public static bool available ()
Check if alloc tracing was compiled into the core tracing enabled.
-
public static unowned AllocTrace get (string name)
Get the named alloc trace object. no alloc tracer was registered with that name.
-
public static unowned List<AllocTrace> list ()
Get a list of all registered alloc trace objects.
-
public static int live_all ()
Get the total number of live registered alloc trace objects.
-
public static void print_all ()
Print the status of all registered alloc trace objects.
-
public static void print_live ()
Print the status of all registered alloc trace objects, ignoring those without live objects.
-
public static void set_flags_all (AllocTraceFlags flags)
Enable the specified options on all registered alloc trace objects.