Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1001
void AsanThreadLocalMallocStorage::CommitBack() {
1002
GET_STACK_TRACE_MALLOC;
1003
instance.CommitBack(this, &stack);
1004
}
1005
1006
void PrintInternalAllocatorStats() {
1007
instance.PrintStats();
Callers
1
Destroy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected