mirror of
https://github.com/jemalloc/jemalloc
synced 2026-06-08 15:01:07 +00:00
9737685943
Add spin_t and spin_{init,adaptive}(), which provide a simple
abstraction for adaptive spinning.
Adaptively spin during busy waits in bootstrapping and rtree node
initialization.
3 lines
74 B
C
3 lines
74 B
C
#define JEMALLOC_SPIN_C_
|
|
#include "jemalloc/internal/jemalloc_internal.h"
|