mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +03:00
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.
2 lines
74 B
C
2 lines
74 B
C
#define JEMALLOC_SPIN_C_
|
|
#include "jemalloc/internal/jemalloc_internal.h"
|