Home
last modified time | relevance | path

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

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