Searched refs:ngx_align_ptr (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_crc32.c | 122 p = ngx_align_ptr(p, ngx_cacheline_size); in ngx_crc32_table_init()
|
| H A D | ngx_config.h | 104 #define ngx_align_ptr(p, a) \ macro
|
| H A D | ngx_palloc.c | 160 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 D | ngx_hash.c | 43 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 D | ngx_slab.c | 150 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 D | ngx_stream_geo_module.c | 1604 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 D | ngx_http_geo_module.c | 1676 p = ngx_align_ptr(p, sizeof(void *)); in ngx_http_geo_copy_values()
|