AllocTrace
Object Hierarchy:
Description:
[ Compact ]
public class AllocTrace
Content:
Static methods:
- public static bool available ()
Check if alloc tracing was compiled into the core
- public static unowned AllocTrace @get (string name)
- public static unowned List<AllocTrace> list ()
- 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.
Methods:
Fields: