Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ a0malloc
Function
a0malloc
deps/jemalloc/src/jemalloc.c:249–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
void *
250
a0malloc(size_t size) {
251
return a0ialloc(size, false, true);
252
}
253
254
void
255
a0dalloc(void *ptr) {
Callers
3
malloc_tsd_malloc
Function · 0.70
arena_tdata_get_hard
Function · 0.70
a0.c
File · 0.50
Calls
1
a0ialloc
Function · 0.70
Tested by
no test coverage detected