Memory.memProfile

Outputs a summary of memory usage. It outputs the frequency of allocations of different sizes, the total number of bytes which have been allocated, the total number of bytes which have been freed, and the difference between the previous two values, i.e. the number of bytes still in use. Note that this function will not output anything unless you have previously installed the glib_mem_profiler_table with g_mem_set_vtable().

class Memory
static
void
memProfile
()

Meta