Searched refs:kallocp_type_container (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.121.3/libkern/libkern/c++/ |
| H A D | OSLib.h | 54 #define kallocp_type_container(ty, countp, flags) ({ \ macro
|
| /xnu-8020.121.3/libkern/c++/ |
| H A D | OSOrderedSet.cpp | 70 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 D | OSArray.cpp | 67 array = kallocp_type_container(ArrayPtrType, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity() 225 newArray = kallocp_type_container(ArrayPtrType, &finalCapacity, Z_WAITOK); in ensureCapacity()
|
| H A D | OSDictionary.cpp | 96 dictionary = kallocp_type_container(dictEntry, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity() 335 newDict = kallocp_type_container(dictEntry, &finalCapacity, Z_WAITOK); in ensureCapacity()
|
| H A D | OSSerializeBinary.cpp | 337 typeof(v##Array) nbuf = kallocp_type_container(OSObject *, &ncap, \
|