pike.git/
src/
block_alloc.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-30
2001-08-30 22:27:49 by Martin Stjernholm <mast@lysator.liu.se>
25bdc799fe13fe9ca9e85fd144aa55c9da1146fc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some prototypes.
Rev: src/block_alloc.h:1.32
Rev: src/block_alloc_h.h:1.10
1:
-
/* $Id: block_alloc.h,v 1.
31
2001/
07
/
04
06
:
44
:
50
hubbe
Exp $ */
+
/* $Id: block_alloc.h,v 1.
32
2001/
08
/
30
22
:
27
:
49
mast
Exp $ */
#undef PRE_INIT_BLOCK #undef INIT_BLOCK #undef EXIT_BLOCK
160:
size_t PIKE_CONCAT(DATA,_hash_table_size)=0; \ static size_t PIKE_CONCAT(num_,DATA)=0; \ \
-
inline struct DATA *
\
+
static
inline struct DATA * \
PIKE_CONCAT3(really_low_find_,DATA,_unlocked)(void *ptr, size_t hval) \ { \ struct DATA *p,**pp; \