| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| prof_stats.h | 4 typedef struct prof_stats_s prof_stats_t; typedef in typeref:struct:prof_stats_s 14 void prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats); 15 void prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| prof_stats.h | 4 typedef struct prof_stats_s prof_stats_t; typedef in typeref:struct:prof_stats_s 14 void prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats); 15 void prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| prof_stats.h | 7 typedef struct prof_stats_s prof_stats_t; typedef in typeref:struct:prof_stats_s 17 void prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats); 18 void prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| prof_stats.h | 7 typedef struct prof_stats_s prof_stats_t; typedef in typeref:struct:prof_stats_s 17 void prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats); 18 void prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| prof_stats.c | 8 static prof_stats_t prof_stats_live[PROF_SC_NSIZES]; 9 static prof_stats_t prof_stats_accum[PROF_SC_NSIZES]; 44 prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats) { 47 memcpy(stats, &prof_stats_live[ind], sizeof(prof_stats_t)); 52 prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats) { 55 memcpy(stats, &prof_stats_accum[ind], sizeof(prof_stats_t));
|
| stats.c | 405 prof_stats_t prof_live; 406 prof_stats_t prof_accum; 416 prof_stats_t); 418 prof_stats_t); 619 prof_stats_t prof_live; 620 prof_stats_t prof_accum; 645 prof_stats_t); 647 prof_stats_t);
|
| ctl.c | 4293 prof_stats_t stats; 4307 READ(stats, prof_stats_t); 4319 prof_stats_t stats; 4333 READ(stats, prof_stats_t); 4357 prof_stats_t stats; 4371 READ(stats, prof_stats_t); 4383 prof_stats_t stats; 4397 READ(stats, prof_stats_t);
|
| /src/external/bsd/jemalloc/dist/src/ |
| prof_stats.c | 8 static prof_stats_t prof_stats_live[PROF_SC_NSIZES]; 9 static prof_stats_t prof_stats_accum[PROF_SC_NSIZES]; 44 prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats) { 47 memcpy(stats, &prof_stats_live[ind], sizeof(prof_stats_t)); 52 prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats) { 55 memcpy(stats, &prof_stats_accum[ind], sizeof(prof_stats_t));
|
| stats.c | 407 prof_stats_t prof_live; 408 prof_stats_t prof_accum; 418 prof_stats_t); 420 prof_stats_t); 622 prof_stats_t prof_live; 623 prof_stats_t prof_accum; 648 prof_stats_t); 650 prof_stats_t);
|
| ctl.c | 4625 prof_stats_t stats; 4639 READ(stats, prof_stats_t); 4651 prof_stats_t stats; 4665 READ(stats, prof_stats_t); 4689 prof_stats_t stats; 4703 READ(stats, prof_stats_t); 4715 prof_stats_t stats; 4729 READ(stats, prof_stats_t);
|