Searched refs:allocTrait (Results 1 – 2 of 2) sorted by relevance
163 void *User::operator new(size_t Size, IntrusiveOperandsAllocMarker allocTrait) { in operator new() argument164 return allocateFixedOperandUser(Size, allocTrait.NumOps, 0); in operator new()168 IntrusiveOperandsAndDescriptorAllocMarker allocTrait) { in operator new() argument169 return allocateFixedOperandUser(Size, allocTrait.NumOps, in operator new()170 allocTrait.DescBytes); in operator new()
110 IntrusiveOperandsAllocMarker allocTrait);117 IntrusiveOperandsAndDescriptorAllocMarker allocTrait);