HomeSort by: relevance | last modified time | path
    Searched refs:sec_stats_t (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec.h 20 typedef struct sec_stats_s sec_stats_t; typedef in typeref:struct:sec_stats_s
27 sec_stats_accum(sec_stats_t *dst, sec_stats_t *src) {
104 * mutex_prof_data ought to live in the sec_stats_t. But splitting them apart
108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats);
ctl.h 49 sec_stats_t secstats;
pa.h 231 hpa_shard_stats_t *hpa_stats_out, sec_stats_t *sec_stats_out,
arena_externs.h 44 pac_estats_t *estats, hpa_shard_stats_t *hpastats, sec_stats_t *secstats);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec.h 20 typedef struct sec_stats_s sec_stats_t; typedef in typeref:struct:sec_stats_s
27 sec_stats_accum(sec_stats_t *dst, sec_stats_t *src) {
104 * mutex_prof_data ought to live in the sec_stats_t. But splitting them apart
108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats);
ctl.h 49 sec_stats_t secstats;
pa.h 231 hpa_shard_stats_t *hpa_stats_out, sec_stats_t *sec_stats_out,
arena_externs.h 44 pac_estats_t *estats, hpa_shard_stats_t *hpastats, sec_stats_t *secstats);
  /src/external/bsd/jemalloc/dist/src/
pa_extra.c 88 hpa_shard_stats_t *hpa_stats_out, sec_stats_t *sec_stats_out,
sec.c 377 sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats) {
arena.c 89 pac_estats_t *estats, hpa_shard_stats_t *hpastats, sec_stats_t *secstats) {
ctl.c 1050 sizeof(sec_stats_t));
  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 471 sec_stats_t stats;

Completed in 33 milliseconds