Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/
DFREEBSD-diffs370 +#define ALLOCM_ALIGN(a) (ffsl(a)-1)
450 +#undef ALLOCM_ALIGN
/freebsd-12-stable/contrib/jemalloc/src/
Djemalloc.c3156 #define ALLOCM_ALIGN(a) (ffsl(a)-1) macro
3236 #undef ALLOCM_ALIGN