| 229 | } |
| 230 | |
| 231 | CrashOnAllocationAllocator::CrashOnAllocationAllocator() : allocationToCrashOn_(0) |
| 232 | { |
| 233 | } |
| 234 | |
| 235 | CrashOnAllocationAllocator::~CrashOnAllocationAllocator() |
| 236 | { |
nothing calls this directly
no outgoing calls
no test coverage detected