Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/
HDFREEBSD-diffs412 +#define ALLOCM_ALIGN(a) (ffsl(a)-1)
492 +#undef ALLOCM_ALIGN
/freebsd-14-stable/contrib/jemalloc/src/
HDjemalloc.c3743 #define ALLOCM_ALIGN(a) (ffsl(a)-1) macro
3823 #undef ALLOCM_ALIGN