Home
last modified time | relevance | path

Searched refs:stats_cactive_sub (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/jemalloc/include/jemalloc/internal/
HDstats.h146 void stats_cactive_sub(size_t size);
165 stats_cactive_sub(size_t size) in stats_cactive_sub() function
HDprivate_namespace.h351 #define stats_cactive_sub JEMALLOC_N(stats_cactive_sub) macro
/trueos/contrib/jemalloc/src/
HDhuge.c222 stats_cactive_sub(node->size); in huge_dalloc()