Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dcodeIO/webassembly
/ malloc
Function
malloc
lib/malloc.c:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#include
"dlmalloc/malloc.c"
33
34
void* malloc(unsigned int size) {
35
return dlmalloc(size);
36
}
37
38
void free(void* ptr) {
39
dlfree(ptr);
Callers
1
memalign
Function · 0.85
Calls
1
dlmalloc
Function · 0.85
Tested by
no test coverage detected