MCPcopy Create free account
hub / github.com/antirez/disque / base_alloc

Function base_alloc

deps/jemalloc/src/base.c:78–128  ·  view source on GitHub ↗

* base_alloc() guarantees demand-zeroed memory, in order to make multi-page * sparse data structures such as radix tree nodes efficient with respect to * physical memory usage. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

malloc_init_hard_finishFunction · 0.85
prof_boot2Function · 0.85
chunks_rtree_node_allocFunction · 0.85
tcaches_createFunction · 0.85
tcache_bootFunction · 0.85
arena_node_allocFunction · 0.85
arena_newFunction · 0.85
small_run_size_initFunction · 0.85

Calls 9

extent_node_initFunction · 0.85
malloc_mutex_lockFunction · 0.85
base_chunk_allocFunction · 0.85
extent_node_addr_getFunction · 0.85
extent_node_size_getFunction · 0.85
extent_node_addr_setFunction · 0.85
extent_node_size_setFunction · 0.85
base_node_dallocFunction · 0.85
malloc_mutex_unlockFunction · 0.85

Tested by

no test coverage detected