MCPcopy 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
9void __attribute__((noinline)) DoSomething(char *addr) {
10 memset(addr, 42, 13);
11}
12
13void TestStackValidity() {
14 uintptr_t base = emscripten_stack_get_base();

Callers 1

mainFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected