MCPcopy 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

1void *global_ptr;
2
3void f(void) {
4 void *local_ptr = new short[21];
5}
6
7int main(int argc, char **argv) {
8 global_ptr = new char[1337];

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected