Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crc32.c122 p = ngx_align_ptr(p, ngx_cacheline_size); in ngx_crc32_table_init()
H A Dngx_config.h104 #define ngx_align_ptr(p, a) \ 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()
H A Dngx_hash.c43 elt = (ngx_hash_elt_t *) ngx_align_ptr(&elt->name[0] + elt->len, in ngx_hash_find()
384 elts = ngx_align_ptr(elts, ngx_cacheline_size); in ngx_hash_init()
453 elt = (ngx_hash_elt_t *) ngx_align_ptr(&elt->name[0] + elt->len, in ngx_hash_init()
H A Dngx_slab.c150 pool->start = ngx_align_ptr(p + pages * sizeof(ngx_slab_page_t), in ngx_slab_init()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c1604 p = ngx_align_ptr(p, sizeof(void *)); in ngx_stream_geo_copy_values()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c1676 p = ngx_align_ptr(p, sizeof(void *)); in ngx_http_geo_copy_values()