Searched refs:IOMalloc (Results 1 – 4 of 4) sorted by relevance
116 #define IOMalloc(size) IOMalloc_internal(KHEAP_DEFAULT, size, Z_WAITOK) macro127 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)))
50 return IOMalloc(bytes); in allocate()
67 vectors = (IOInterruptVector *)IOMalloc(numVectors * in start()
425 ref = (typeof(ref))IOMalloc(newSize); in memoryReferenceAlloc()6131 _data = IOMalloc(capacity); in initWithCapacity()6168 void * const newData = IOMalloc(newLength); in appendBytes()