Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dalloca.c134 #ifndef ALIGN_SIZE
135 #define ALIGN_SIZE sizeof(double) macro
140 char align[ALIGN_SIZE]; /* To force sizeof(header). */
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c144 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
185 size = ALIGN_SIZE(size); in sljit_malloc_exec()

Completed in 47 milliseconds