Home
last modified time | relevance | path

Searched refs:IOMalloc (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/iokit/IOKit/
H A DIOLib.h116 #define IOMalloc(size) IOMalloc_internal(KHEAP_DEFAULT, size, Z_WAITOK) macro
127 void * IOMalloc(vm_size_t size) __attribute__((alloc_size(1)));
383 ((e_ty *)IOMalloc(IOMallocArraySize(0, sizeof(e_ty), count)))
386 ((h_ty *)IOMalloc(IOMallocArraySize(sizeof(h_ty), sizeof(e_ty), count)))
/xnu-8020.121.3/libkern/libkern/c++/
H A DOSAllocation.h50 return IOMalloc(bytes); in allocate()
/xnu-8020.121.3/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp67 vectors = (IOInterruptVector *)IOMalloc(numVectors * in start()
/xnu-8020.121.3/iokit/Kernel/
H A DIOMemoryDescriptor.cpp425 ref = (typeof(ref))IOMalloc(newSize); in memoryReferenceAlloc()
6131 _data = IOMalloc(capacity); in initWithCapacity()
6168 void * const newData = IOMalloc(newLength); in appendBytes()