|
|
untaint.C 99% [except mail&sql&optimize]
/** @file
Parser: memory reference counting classes.
Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com)
Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
*/
static const char* IDENT_MEMORY_C="$Date: 2003/03/20 09:41:46 $";
/*
#include "pa_exception.h"
#include "pa_common.h"*/
#include "pa_sapi.h"
void *pa_fail_alloc(const char* what, size_t size) {
SAPI::abort("out of memory: failed to %s %u bytes",
what, size);
// never reached
return 0;
}