Lines Matching refs:allocator
11 - the zone allocator subsystem (`<kern/zalloc.h>`) which is a slab-allocator of
15 allocator implemented as a collection of zones of fixed size, and overflowing to
51 - `Z_WAITOK` means that the zone allocator can wait and block,
54 - `Z_NOPAGEWAIT` allows for the allocator to block (typically on mutexes),
62 often more efficient than calling bzero as the allocator tends to maintain
69 If `Z_NOFAIL` is incorrectly used, then the zone allocator will panic at runtime.
85 the read-only allocator (See `ZC_READONLY`),
93 ## The Typed allocator
96 blessed way to allocate typed memory in XNU is using the typed allocator
128 - types should be small enough to fit in the zone allocator:
379 should use the appropriate typed allocator API based on the semantics of the memory