mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-04 03:04:16 +03:00
Implement ticker.
Implement ticker, which provides a simple API for ticking off some number of events before indicating that the ticker has hit its limit.
This commit is contained in:
parent
94451d184b
commit
9998000b2b
6 changed files with 163 additions and 2 deletions
2
src/ticker.c
Normal file
2
src/ticker.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define JEMALLOC_TICKER_C_
|
||||
#include "jemalloc/internal/jemalloc_internal.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue