Searched refs:init_if_missing (Results 1 – 2 of 2) sorted by relevance
| /redis-3.2.3/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal.h.in | 453 arena_t *arena_get_hard(tsd_t *tsd, unsigned ind, bool init_if_missing); 525 arena_t *arena_get(tsd_t *tsd, unsigned ind, bool init_if_missing, 776 arena_get(tsd_t *tsd, unsigned ind, bool init_if_missing, argument 782 /* init_if_missing requires refresh_if_missing. */ 783 assert(!init_if_missing || refresh_if_missing); 787 return (arena_get_hard(tsd, ind, init_if_missing)); 795 init_if_missing) : NULL); 800 return (arena_get_hard(tsd, ind, init_if_missing));
|
| /redis-3.2.3/deps/jemalloc/src/ |
| H A D | jemalloc.c | 502 arena_get_hard(tsd_t *tsd, unsigned ind, bool init_if_missing) in arena_get_hard() argument 521 assert(ind < narenas_actual || !init_if_missing); in arena_get_hard() 567 if (init_if_missing && arena == NULL) in arena_get_hard()
|