Home
last modified time | relevance | path

Searched refs:IOMallocZero (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/iokit/IOKit/
H A DIOLib.h117 #define IOMallocZero(size) IOMalloc_internal(KHEAP_DEFAULT, size, Z_ZERO) macro
128 void * IOMallocZero(vm_size_t size) __attribute__((alloc_size(1)));
389 ((e_ty *)IOMallocZero(IOMallocArraySize(0, sizeof(e_ty), count)))
392 ((h_ty *)IOMallocZero(IOMallocArraySize(sizeof(h_ty), sizeof(e_ty), count)))
/xnu-8020.121.3/libkern/libkern/c++/
H A DOSAllocation.h56 return IOMallocZero(bytes); in allocate_zero()
/xnu-8020.121.3/iokit/Kernel/
H A DIOMemoryDescriptor.cpp6193 void * const newData = IOMallocZero(length); in setLength()