MCPcopy Create free account
hub / github.com/devosoft/avida / do_malloc_stats

Function do_malloc_stats

libs/tcmalloc-1.4/src/tcmalloc.cc:826–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824// Helpers for use by exported routines below:
825
826inline void do_malloc_stats() {
827 PrintStats(1);
828}
829
830inline int do_mallopt(int cmd, int value) {
831 return 1; // Indicates error

Callers 1

tcmalloc.ccFile · 0.85

Calls 1

PrintStatsFunction · 0.85

Tested by

no test coverage detected