Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
826
inline void do_malloc_stats() {
827
PrintStats(1);
828
}
829
830
inline int do_mallopt(int cmd, int value) {
831
return 1; // Indicates error
Callers
1
tcmalloc.cc
File · 0.85
Calls
1
PrintStats
Function · 0.85
Tested by
no test coverage detected