Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_lifetime_validation.h52 OBJSTATUS_CUSTOM_ALLOCATOR = 0x00000080, // Allocated with custom allocator enumerator
180 pNewObjNode->status = custom_allocator ? OBJSTATUS_CUSTOM_ALLOCATOR : OBJSTATUS_NONE; in CreateObject()
243 … auto allocated_with_custom = (pNode->status & OBJSTATUS_CUSTOM_ALLOCATOR) ? true : false; in ValidateDestroyObject()