File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/core/alloc_func.cpp
Show inline comments
 
@@ -8,12 +8,14 @@
 
 */
 

	
 
/** @file alloc_func.cpp Functions to 'handle' memory allocation errors */
 

	
 
#include "../stdafx.h"
 

	
 
#include "../safeguards.h"
 

	
 
/**
 
 * Function to exit with an error message after malloc() or calloc() have failed
 
 * @param size number of bytes we tried to allocate
 
 */
 
void NORETURN MallocError(size_t size)
 
{