Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c454 # define ALIGN_SMALL ((IV)((caddr_t)&(((struct aligner*)0)->p))) macro
456 # define ALIGN_SMALL MEM_ALIGNBYTES macro
459 #define IF_ALIGN_8(yes,no) ((ALIGN_SMALL>4) ? (yes) : (no))