mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-30 23:18:04 +03:00
Merge 6b0286df88 into 20cc983314
This commit is contained in:
commit
dd1645a616
8 changed files with 182 additions and 4 deletions
|
|
@ -17,4 +17,11 @@ void prof_stats_dec(tsd_t *tsd, szind_t ind, size_t size);
|
|||
void prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
|
||||
void prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
|
||||
|
||||
extern atomic_u64_t prof_backtrace_count;
|
||||
extern atomic_u64_t prof_backtrace_time_ns;
|
||||
#ifdef JEMALLOC_PROF_FRAME_POINTER
|
||||
extern atomic_u64_t prof_stack_range_count;
|
||||
extern atomic_u64_t prof_stack_range_time_ns;
|
||||
#endif
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_PROF_STATS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue