Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/libkern/c++/
H A DOSLib.h54 #define kallocp_type_container(ty, countp, flags) ({ \ macro
/xnu-8796.121.2/libkern/c++/
H A DOSArray.cpp67 array = kallocp_type_container(ArrayPtrType, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity()
H A DOSOrderedSet.cpp70 array = kallocp_type_container(_Element, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity()
H A DOSDictionary.cpp96 dictionary = kallocp_type_container(dictEntry, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity()