pike.git/
src/
block_alloc.h
Branch:
Tag:
Non-build tags
All tags
No tags
2012-02-09
2012-02-09 13:29:49 by Arne Goedeke <el@laramies.com>
a4ffd62197e10e526fb6d871c9910541b199d343 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
arne/block_alloc
define to switch on new block allocator
3:
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. */
+
#ifdef PIKE_NEW_BLOCK_ALLOC
+
# include "block_allocator.h"
+
#else /* PIKE_NEW_BLOCK_ALLOC */
#undef PRE_INIT_BLOCK #undef DO_PRE_INIT_BLOCK
816:
PIKE_CONCAT(DATA,_hash_table)[hval]=p; \ return p; \ }
+
#endif /* PIKE_NEW_BLOCK_ALLOC */