Searched refs:handlersAllocator (Results 1 – 2 of 2) sorted by relevance
126 AttributeHandler* handler = (AttributeHandler*)context->handlersAllocator.Allocate(size); in operator new()150 context->handlersAllocator.Free(this); in Delete()
223 BumpAllocator<> handlersAllocator; variable