Placement delete - required by std, called if the ctor throws.
Declared in <llvm/IR/User.h>
void
operator delete(
void* Usr,
IntrusiveOperandsAndDescriptorAllocMarker Marker);
| Name | Description |
|---|---|
| Usr | Memory returned by the matching placement new. |
| Marker | Allocation marker matching the placement new. |