@@ -364,6 +364,7 @@ typedef unsigned szind_t;
364
364
#include "jemalloc/internal/valgrind.h"
365
365
#include "jemalloc/internal/util.h"
366
366
#include "jemalloc/internal/atomic.h"
367
+ #include "jemalloc/internal/spin.h"
367
368
#include "jemalloc/internal/prng.h"
368
369
#include "jemalloc/internal/ticker.h"
369
370
#include "jemalloc/internal/ckh.h"
@@ -396,6 +397,7 @@ typedef unsigned szind_t;
396
397
#include "jemalloc/internal/valgrind.h"
397
398
#include "jemalloc/internal/util.h"
398
399
#include "jemalloc/internal/atomic.h"
400
+ #include "jemalloc/internal/spin.h"
399
401
#include "jemalloc/internal/prng.h"
400
402
#include "jemalloc/internal/ticker.h"
401
403
#include "jemalloc/internal/ckh.h"
@@ -493,6 +495,7 @@ void jemalloc_postfork_child(void);
493
495
#include "jemalloc/internal/valgrind.h"
494
496
#include "jemalloc/internal/util.h"
495
497
#include "jemalloc/internal/atomic.h"
498
+ #include "jemalloc/internal/spin.h"
496
499
#include "jemalloc/internal/prng.h"
497
500
#include "jemalloc/internal/ticker.h"
498
501
#include "jemalloc/internal/ckh.h"
@@ -525,6 +528,7 @@ void jemalloc_postfork_child(void);
525
528
#include "jemalloc/internal/valgrind.h"
526
529
#include "jemalloc/internal/util.h"
527
530
#include "jemalloc/internal/atomic.h"
531
+ #include "jemalloc/internal/spin.h"
528
532
#include "jemalloc/internal/prng.h"
529
533
#include "jemalloc/internal/ticker.h"
530
534
#include "jemalloc/internal/ckh.h"
0 commit comments