Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ f
Function
f
test/other/test_lsan_leaks.cpp:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
void *global_ptr;
2
3
void f(void) {
4
void *local_ptr = new short[21];
5
}
6
7
int main(int argc, char **argv) {
8
global_ptr = new char[1337];
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected