Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpeak.h4 typedef struct peak_s peak_t; typedef
18 peak_max(peak_t *peak) { in peak_max()
23 peak_update(peak_t *peak, uint64_t alloc, uint64_t dalloc) { in peak_update()
32 peak_set_zero(peak_t *peak, uint64_t alloc, uint64_t dalloc) { in peak_set_zero()
H A Dtsd.h85 O(peak, peak_t, peak_t) \
/src/contrib/jemalloc/src/
H A Dpeak_event.c22 peak_t *peak = tsd_peakp_get(tsd); in peak_event_update()
42 peak_t *peak = tsd_peakp_get(tsd); in peak_event_zero()
48 peak_t *peak = tsd_peakp_get(tsd); in peak_event_max()