Home
last modified time | relevance | path

Searched refs:ALLOCM_ALIGN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs412 +#define ALLOCM_ALIGN(a) (ffsl(a)-1)
492 +#undef ALLOCM_ALIGN
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3743 #define ALLOCM_ALIGN(a) (ffsl(a)-1) macro
3823 #undef ALLOCM_ALIGN