mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-26 04:42:12 +03:00
8 lines
228 B
C
8 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 */
|