Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kEnumerateAllocTraits ( kType  type,
const void *  items,
kSize  count 
)

Gets the bitset of allocator traits associated with objects in the specified array.

Calls kObject_AllocTraits for each object. Value types are ignored.

Parameters
typeItem type.
itemsArray of items.
countCount of items.
Returns
kTRUE if any object references foreign memory.