PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] bytes allocated at end of runtime.
Date: Wednesday, 28 Oct 2020, 14:55:05


    > Message Posted By: Unknown
    >
    > How can we tell how much memory is being used at any given time for the
    > hash table? I can see total bytes allocated in the entire runtime, but I
    > cannot not the number of bytes I have allocated at the very end.

Try Hwk4/Tests/maxHeap, which is one of the utilities
that the scripts use.

--Stan-
PREV INDEX NEXT