Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_externs.h47 void tcache_postfork_parent(tsdn_t *tsdn);
HDprivate_namespace.h382 #define tcache_postfork_parent JEMALLOC_N(tcache_postfork_parent) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDtcache.c787 tcache_postfork_parent(tsdn_t *tsdn) { in tcache_postfork_parent() function
HDjemalloc.c3971 tcache_postfork_parent(tsd_tsdn(tsd)); in jemalloc_postfork_parent()