Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_slab.c21 #define NGX_SLAB_PAGE_START 0x80000000 macro
33 #define NGX_SLAB_PAGE_START 0x8000000000000000 macro
626 if (!(slab & NGX_SLAB_PAGE_START)) { in ngx_slab_free_locked()
638 size = slab & ~NGX_SLAB_PAGE_START; in ngx_slab_free_locked()
703 page->slab = pages | NGX_SLAB_PAGE_START; in ngx_slab_alloc_pages()