Home
last modified time | relevance | path

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

/xnu-11215/doc/allocators/
H A Dapi-basics.md42 fails, the kernel will panic), and always return zeroed memory. Trying to free
60 - `Z_ZERO` if zeroed memory is expected (nowadays most of the allocations will
61 be zeroed regardless, but it's always clearer to specify it), note that it is
63 freed memory as zeroed in the first place,
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp1102 IOMallocPageableInternal(vm_size_t size, vm_size_t alignment, bool zeroed) in IOMallocPageableInternal() argument
1117 if (addr && zeroed) { in IOMallocPageableInternal()