Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h89 #define ALIGNMENT_ADDR2OFFSET(a, alignment) \ macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dpages.c233 if (ALIGNMENT_ADDR2OFFSET(ret, alignment) != 0) { in pages_map()