pike.git/
src/
block_alloc.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-08-26
2008-08-26 16:18:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
46ff8acdfe0a02b9dc7919218945602a363495a4 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed minor issue in DMALLOC mode.
Rev: src/block_alloc.h:1.88
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.
87
2008/
05
/
24
12
:18:
50
mast
Exp $
+
|| $Id: block_alloc.h,v 1.
88
2008/
08
/
26
16
:18:
03
grubba
Exp $
*/ #undef PRE_INIT_BLOCK
97:
* the payload data (i.e. that aren't x). This can be used in BSIZE to * make the block fit within a page. */ #ifndef BLOCK_HEADER_SIZE
-
#define BLOCK_HEADER_SIZE (3 * sizeof (void *) + sizeof (INT32))
+
#define BLOCK_HEADER_SIZE (3 * sizeof (void *) + sizeof (INT32)
\
+
DO_IF_DMALLOC( + sizeof(INT32
)
))
#endif #define BLOCK_ALLOC(DATA,BSIZE) \