MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / CommitBack

Method CommitBack

system/lib/compiler-rt/lib/asan/asan_allocator.cpp:1001–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999}
1000
1001void AsanThreadLocalMallocStorage::CommitBack() {
1002 GET_STACK_TRACE_MALLOC;
1003 instance.CommitBack(this, &stack);
1004}
1005
1006void PrintInternalAllocatorStats() {
1007 instance.PrintStats();

Callers 1

DestroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected