Header refactoring: unify spin.h and move it out of the catch-all.
This commit is contained in:
committed by
David Goldblatt
parent
418d96a86c
commit
38e847c1c5
@@ -1,6 +1,8 @@
|
||||
#ifndef JEMALLOC_INTERNAL_RTREE_INLINES_H
|
||||
#define JEMALLOC_INTERNAL_RTREE_INLINES_H
|
||||
|
||||
#include "jemalloc/internal/spin.h"
|
||||
|
||||
#ifndef JEMALLOC_ENABLE_INLINE
|
||||
uintptr_t rtree_leafkey(uintptr_t key);
|
||||
uintptr_t rtree_subkey(uintptr_t key, unsigned level);
|
||||
|
Reference in New Issue
Block a user