Is there a way to get the total amount of memory allocated by a process that is still in use? (CCL::TOTAL-BYTES-ALLOCATED) and (time) give cumulative values. Is there a way to subtract what the garbage collector has already removed?