Searched defs:IONew (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOLib.h152 #define IONew(type,number) (type*)IOMalloc(sizeof(type) * (number) ) macro
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dballoc.c306 #define IONew(type,number) (type*)malloc(sizeof(type) * (number) ) macro
H A Drballoc.c35 #define IONew(type,number) (type*)malloc(sizeof(type) * (number) ) macro

Completed in 83 milliseconds