Searched refs:OBJSTATUS_CUSTOM_ALLOCATOR (Results 1 – 1 of 1) sorted by relevance
52 OBJSTATUS_CUSTOM_ALLOCATOR = 0x00000080, // Allocated with custom allocator enumerator180 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()