Home
last modified time | relevance | path

Searched refs:edata_cache_prefork (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dedata_cache.h27 void edata_cache_prefork(tsdn_t *tsdn, edata_cache_t *edata_cache);
/src/contrib/jemalloc/src/
H A Dedata_cache.c44 edata_cache_prefork(tsdn_t *tsdn, edata_cache_t *edata_cache) { in edata_cache_prefork() function
H A Dpa_extra.c44 edata_cache_prefork(tsdn, &shard->edata_cache); in pa_shard_prefork5()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h232 #define edata_cache_prefork JEMALLOC_N(edata_cache_prefork) macro