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 mem_profiler_table with mem_set_vtable.