OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTENT_BITS_ZEROED_MASK
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc_new/include/jemalloc/internal/
extent_structs.h
109
#define
EXTENT_BITS_ZEROED_MASK
MASK(EXTENT_BITS_ZEROED_WIDTH, EXTENT_BITS_ZEROED_SHIFT)
extent_inlines.h
86
return (bool)((extent->e_bits &
EXTENT_BITS_ZEROED_MASK
) >>
275
extent->e_bits = (extent->e_bits & ~
EXTENT_BITS_ZEROED_MASK
) |
Completed in 948 milliseconds