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

Callers 3

a0.cFile · 0.85
malloc_tsd_mallocFunction · 0.85
arena_tdata_get_hardFunction · 0.85

Calls 1

a0iallocFunction · 0.85

Tested by

no test coverage detected