Searched refs:allocated_with_custom (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dobject_tracker.h249 auto allocated_with_custom = (pNode->status & OBJSTATUS_CUSTOM_ALLOCATOR) ? true : false; local
250 if (allocated_with_custom && !custom_allocator && expected_custom_allocator_code != VALIDATION_ERROR_UNDEFINED) {
257 } else if (!allocated_with_custom && custom_allocator &&

Completed in 2597 milliseconds