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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOLib.h152 #define IONew(type,number) (type*)IOMalloc(sizeof(type) * (number) ) macro
/macosx-10.9.5/IOPCIFamily-224.92.1/
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 115 milliseconds