mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Header refactoring: move bit_util.h out of the catchall
This commit is contained in:
parent
22366518b7
commit
0b00ffe55f
5 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
|
||||
#include "jemalloc/internal/bit_util.h"
|
||||
|
||||
#define TEST_POW2_CEIL(t, suf, pri) do { \
|
||||
unsigned i, pow2; \
|
||||
t x; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue