Home
last modified time | relevance | path

Searched refs:ArrayPtrType (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSArray.h100 typedef OSTaggedPtr<const OSMetaClassBase> ArrayPtrType; typedef
109 ArrayPtrType * OS_PTRAUTH_SIGNED_PTR("OSArray.array") array;
114 ArrayPtrType * OS_PTRAUTH_SIGNED_PTR("OSArray.array") array;
/xnu-11215/libkern/c++/
H A DOSArray.cpp67 array = kallocp_type_container(ArrayPtrType, &inCapacity, Z_WAITOK_ZERO); in initWithCapacity()
173 kfree_type(ArrayPtrType, capacity, array); in free()
223 newArray = kreallocp_type_container(ArrayPtrType, array, in ensureCapacity()