MCPcopy 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
249void *
250a0malloc(size_t size) {
251 return a0ialloc(size, false, true);
252}
253
254void
255a0dalloc(void *ptr) {

Callers 3

malloc_tsd_mallocFunction · 0.70
arena_tdata_get_hardFunction · 0.70
a0.cFile · 0.50

Calls 1

a0iallocFunction · 0.70

Tested by

no test coverage detected