pike.git/
src/
block_alloc.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-10-11
2002-10-11 13:18:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
335e428cc5cb455a679914dbab9b8b92904ef2fa (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Improved debug.
Rev: src/block_alloc.h:1.46
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: block_alloc.h,v 1.
45
2002/10/11
01
:
39
:
29
nilsson
Exp $
+
|| $Id: block_alloc.h,v 1.
46
2002/10/11
13
:
18
:
26
grubba
Exp $
*/ #undef PRE_INIT_BLOCK
94:
} \ DO_IF_DEBUG( \ else if (PIKE_CONCAT(DATA,_free_blocks) == (void *)-1) \
-
Pike_fatal("Block alloc not initialized.\n");
\
+
Pike_fatal("Block alloc
" #DATA "
not initialized.\n"); \
) \ else if(!blk->used++) \ --PIKE_CONCAT3(num_empty_,DATA,_blocks); \