Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/libkern/c++/
H A DOSLib.h54 #define kallocp_type_container(ty, countp, flags) ({ \ macro
/xnu-8020.121.3/libkern/c++/
H A DOSOrderedSet.cpp70 array = kallocp_type_container(_Element, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity()
176 newArray = kallocp_type_container(_Element, &finalCapacity, Z_WAITOK_ZERO); in ensureCapacity()
H A DOSArray.cpp67 array = kallocp_type_container(ArrayPtrType, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity()
225 newArray = kallocp_type_container(ArrayPtrType, &finalCapacity, Z_WAITOK); in ensureCapacity()
H A DOSDictionary.cpp96 dictionary = kallocp_type_container(dictEntry, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity()
335 newDict = kallocp_type_container(dictEntry, &finalCapacity, Z_WAITOK); in ensureCapacity()
H A DOSSerializeBinary.cpp337 typeof(v##Array) nbuf = kallocp_type_container(OSObject *, &ncap, \