mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 12:43:16 +00:00
Implement ticker, which provides a simple API for ticking off some number of events before indicating that the ticker has hit its limit.
3 lines
76 B
C
3 lines
76 B
C
#define JEMALLOC_TICKER_C_
|
|
#include "jemalloc/internal/jemalloc_internal.h"
|