Searched refs:kreallocp_type_container (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.140.69/libkern/libkern/c++/ |
| H A D | OSLib.h | 66 #define kreallocp_type_container(ty, ptr, old_count, countp, flags) ({ \ macro
|
| /xnu-11417.140.69/libkern/c++/ |
| H A D | OSOrderedSet.cpp | 176 newArray = kreallocp_type_container(_Element, array, in ensureCapacity()
|
| H A D | OSArray.cpp | 223 newArray = kreallocp_type_container(ArrayPtrType, array, in ensureCapacity()
|
| H A D | OSSerializeBinary.cpp | 334 typeof(v##Array) nbuf = kreallocp_type_container(OSObject *, \
|
| H A D | OSDictionary.cpp | 334 newDict = kreallocp_type_container(dictEntry, dictionary, in ensureCapacity()
|