Searched defs:static_alloc_arena (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c93 * all other static memory allocations should use static_alloc_arena.
120 vmem_t *static_alloc_arena; /* arena for allocating static memory */ variable
334 * should only use static_alloc_arena.
338 static_alloc_arena = vmem_create("static_alloc", NULL, 0,

Completed in 60 milliseconds