| 237 | } |
| 238 | |
| 239 | void CrashOnAllocationAllocator::setNumberToCrashOn(unsigned allocationToCrashOn) |
| 240 | { |
| 241 | allocationToCrashOn_ = allocationToCrashOn; |
| 242 | } |
| 243 | |
| 244 | char* CrashOnAllocationAllocator::alloc_memory(size_t size, const char* file, size_t line) |
| 245 | { |
no outgoing calls
no test coverage detected