Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ a0malloc
Function
a0malloc
app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void *
244
a0malloc(size_t size) {
245
return a0ialloc(size, false, true);
246
}
247
248
void
249
a0dalloc(void *ptr) {
Callers
3
a0.c
File · 0.85
malloc_tsd_malloc
Function · 0.85
arena_tdata_get_hard
Function · 0.85
Calls
1
a0ialloc
Function · 0.85
Tested by
no test coverage detected