MCPcopy Create free account
hub / github.com/beefytech/Beef / zero_get

Function zero_get

BeefRT/JEMalloc/src/jemalloc.c:2321–2328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2319}
2320
2321JEMALLOC_ALWAYS_INLINE bool
2322zero_get(bool guarantee, bool slow) {
2323 if (config_fill && slow && unlikely(opt_zero)) {
2324 return true;
2325 } else {
2326 return guarantee;
2327 }
2328}
2329
2330JEMALLOC_ALWAYS_INLINE tcache_t *
2331tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) {

Callers 4

imalloc_bodyFunction · 0.85
do_rallocxFunction · 0.85
je_xallocxFunction · 0.85
batch_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected