MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / a0malloc

Function a0malloc

deps/memkind/src/jemalloc/src/jemalloc.c:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void *
243a0malloc(size_t size) {
244 return a0ialloc(size, false, true);
245}
246
247void
248a0dalloc(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