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