Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dedata_cache.h47 void edata_cache_fast_disable(tsdn_t *tsdn, edata_cache_fast_t *ecs);
/src/contrib/jemalloc/src/
H A Dedata_cache.c151 edata_cache_fast_disable(tsdn_t *tsdn, edata_cache_fast_t *ecs) { in edata_cache_fast_disable() function
H A Dhpa.c947 edata_cache_fast_disable(tsdn, &shard->ecf); in hpa_shard_disable()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h224 #define edata_cache_fast_disable JEMALLOC_N(edata_cache_fast_disable) macro