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