Lots more work on eng::malloc
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
virtual void event_update() {
|
||||
double clock = get_clock();
|
||||
if (clock > last_clock_ + 0.5) {
|
||||
int ms = dlmalloc_hash();
|
||||
int ms = eng::memhash();
|
||||
stdostream() << std::fixed << std::setprecision(2) << clock << " " << std::hex << ms << " ";
|
||||
count_++;
|
||||
last_clock_ = clock;
|
||||
|
||||
Reference in New Issue
Block a user