Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h850 #define HEAPFRAME_ALIGNMENT offsetof(heapframe_align, frame) macro
Dpcre2_match.c6810 re->top_bracket * 2 * sizeof(PCRE2_SIZE) + HEAPFRAME_ALIGNMENT - 1) & in pcre2_match()
6811 ~(HEAPFRAME_ALIGNMENT - 1); in pcre2_match()