pike.git/
src/
mapping.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-25
2002-11-25 00:20:47 by Martin Stjernholm <mast@lysator.liu.se>
4dcaf5078582092a39fa4d159dd15b36df6b1a2a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Some consistency fixes.
Rev: src/gc.h:1.93
Rev: src/mapping.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: mapping.h,v 1.
45
2002/
10
/
20
23
:
42
:
54
marcus
Exp $
+
|| $Id: mapping.h,v 1.
46
2002/
11
/
25
00
:
20
:
47
mast
Exp $
*/ #ifndef MAPPING_H
91:
PMOD_PROTO void really_free_mapping(struct mapping *md); /* Prototypes begin here */
-
BLOCK_ALLOC(mapping,
511
)
+
BLOCK_ALLOC
_FILL_PAGES
(mapping,
2
)