XPath: Forward all node constructors through alloc_node
This allows us to handle OOM during node allocation without triggering undefined behavior that occurs when placement new gets a NULL pointer.
Loading
Please register or sign in to comment
This allows us to handle OOM during node allocation without triggering undefined behavior that occurs when placement new gets a NULL pointer.