Searched refs:zeroed (Results 1 – 2 of 2) sorted by relevance
40 fails, the kernel will panic), and always return zeroed memory. Trying to free58 - `Z_ZERO` if zeroed memory is expected (nowadays most of the allocations will59 be zeroed regardless, but it's always clearer to specify it), note that it is61 freed memory as zeroed in the first place,
1099 IOMallocPageableInternal(vm_size_t size, vm_size_t alignment, bool zeroed) in IOMallocPageableInternal() argument1114 if (addr && zeroed) { in IOMallocPageableInternal()