Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h47 void tcache_postfork_parent(tsdn_t *tsdn);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h382 #define tcache_postfork_parent JEMALLOC_N(tcache_postfork_parent) macro
/freebsd/contrib/jemalloc/src/
H A Dtcache.c787 tcache_postfork_parent(tsdn_t *tsdn) { in tcache_postfork_parent() function
H A Djemalloc.c3971 tcache_postfork_parent(tsd_tsdn(tsd)); in jemalloc_postfork_parent()