HomeSort by: relevance | last modified time | path
    Searched defs:sec_stats_t (Results 1 - 4 of 4) 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);
  /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);
  /src/external/bsd/jemalloc.old/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);
  /src/external/bsd/jemalloc.old/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);

Completed in 17 milliseconds