Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/auto/os/
H A Dconf102 have=NGX_ALIGNMENT value=16 . auto/define
108 have=NGX_ALIGNMENT value=16 . auto/define
114 have=NGX_ALIGNMENT value=16 . auto/define
119 have=NGX_ALIGNMENT value=16 . auto/define
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_config.h99 #ifndef NGX_ALIGNMENT
100 #define NGX_ALIGNMENT sizeof(unsigned long) /* platform word */ macro
H A Dngx_palloc.c160 m = ngx_align_ptr(m, NGX_ALIGNMENT); in ngx_palloc_small()
198 m = ngx_align_ptr(m, NGX_ALIGNMENT); in ngx_palloc_block()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_solaris_config.h60 #define NGX_ALIGNMENT _MAX_ALIGNMENT macro