Home
last modified time | relevance | path

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

/xnu-11417.140.69/libkern/libkern/c++/
H A DOSLib.h66 #define kreallocp_type_container(ty, ptr, old_count, countp, flags) ({ \ macro
/xnu-11417.140.69/libkern/c++/
H A DOSOrderedSet.cpp176 newArray = kreallocp_type_container(_Element, array, in ensureCapacity()
H A DOSArray.cpp223 newArray = kreallocp_type_container(ArrayPtrType, array, in ensureCapacity()
H A DOSSerializeBinary.cpp334 typeof(v##Array) nbuf = kreallocp_type_container(OSObject *, \
H A DOSDictionary.cpp334 newDict = kreallocp_type_container(dictEntry, dictionary, in ensureCapacity()