mirror of
https://github.com/jemalloc/jemalloc
synced 2026-06-08 15:01:07 +00:00
9 lines
228 B
C
9 lines
228 B
C
#ifndef JEMALLOC_INTERNAL_THRESHOLD_EVENT_H
|
|
#define JEMALLOC_INTERNAL_THRESHOLD_EVENT_H
|
|
|
|
#include "jemalloc/internal/tsd_types.h"
|
|
|
|
extern te_base_cb_t prof_threshold_te_handler;
|
|
|
|
#endif /* JEMALLOC_INTERNAL_THRESHOLD_EVENT_H */
|