Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ DoSomething
Function
DoSomething
test/core/test_stack_get_free.c:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include <string.h>
8
9
void __attribute__((noinline)) DoSomething(char *addr) {
10
memset(addr, 42, 13);
11
}
12
13
void TestStackValidity() {
14
uintptr_t base = emscripten_stack_get_base();
Callers
1
main
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected