OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTREE_NODESIZE
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
rtree.c
12
bits_per_level = jemalloc_ffs(pow2_ceil((
RTREE_NODESIZE
/ sizeof(void *)))) - 1;
13
bits_in_leaf = jemalloc_ffs(pow2_ceil((
RTREE_NODESIZE
/ sizeof(uint8_t)))) - 1;
/external/jemalloc/include/jemalloc/internal/
rtree.h
17
#define
RTREE_NODESIZE
(1U << 16)
Completed in 43 milliseconds