Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ f
Function
f
test/pthread/test_pthread_lsan_leak.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
std::atomic<bool> thread_done;
11
12
void f(void) {
13
void *local_ptr = malloc(42);
14
memset(local_ptr, 0, 42);
15
}
16
17
void g(void) {
18
void *stuff = malloc(3432);
Callers
1
main
Function · 0.70
Calls
2
memset
Function · 0.85
malloc
Function · 0.70
Tested by
no test coverage detected