Searched refs:preallocate (Results 1 – 6 of 6) sorted by relevance
16 ngx_radix_tree_create(ngx_pool_t *pool, ngx_int_t preallocate) in ngx_radix_tree_create() argument41 if (preallocate == 0) { in ngx_radix_tree_create()62 if (preallocate == -1) { in ngx_radix_tree_create()67 preallocate = 6; in ngx_radix_tree_create()72 preallocate = 7; in ngx_radix_tree_create()77 preallocate = 8; in ngx_radix_tree_create()84 while (preallocate--) { in ngx_radix_tree_create()
38 ngx_int_t preallocate);
108 Amount of memory to preallocate at startup.
122 There is no need to preallocate any memory at startup using ``-m`` or124 in which case preallocate memory will be "pinned" (i.e. will never be released221 memory! All DPDK processes preallocate virtual memory at startup. Hugepages
125 will attempt to preallocate all memory it can get to, and memory use must be
145 SYSCTL_INT(_kern_sigqueue, OID_AUTO, preallocate, CTLFLAG_RDTUN,