Searched refs:OBJSTATUS_CUSTOM_ALLOCATOR (Results 1 – 2 of 2) sorted by relevance
56 OBJSTATUS_CUSTOM_ALLOCATOR = 0x00000080, // Allocated with custom allocator enumerator
269 pNewObjNode->status = custom_allocator ? OBJSTATUS_CUSTOM_ALLOCATOR : OBJSTATUS_NONE; in CreateObject()298 auto allocated_with_custom = (pNode->status & OBJSTATUS_CUSTOM_ALLOCATOR) ? true : false; in DestroyObject()