mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00
Disable pool validation since it slows down execution too much
svn path=/trunk/; revision=8927
This commit is contained in:
parent
3c8dee1caa
commit
63c532f15c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: ppool.c,v 1.26 2004/03/04 00:07:02 navaraf Exp $
|
/* $Id: ppool.c,v 1.27 2004/03/30 09:28:44 gvg Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -20,8 +20,8 @@
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
||||||
/* Enable strict checking of the paged pool on every allocation */
|
/* Define to enable strict checking of the paged pool on every allocation */
|
||||||
#define ENABLE_VALIDATE_POOL
|
/* #define ENABLE_VALIDATE_POOL */
|
||||||
|
|
||||||
#undef assert
|
#undef assert
|
||||||
#define assert(x) if (!(x)) {DbgPrint("Assertion "#x" failed at %s:%d\n", __FILE__,__LINE__); KeBugCheck(0); }
|
#define assert(x) if (!(x)) {DbgPrint("Assertion "#x" failed at %s:%d\n", __FILE__,__LINE__); KeBugCheck(0); }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue