pike.git/
src/
mapping.h
Branch:
Tag:
Non-build tags
All tags
No tags
2015-03-16
2015-03-16 23:39:19 by Martin Nilsson <nilsson@opera.com>
f4264261603f7bd732697311748b4ea0c9f45652 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
No need to obfuscate refs anymore.
25:
struct mapping_data {
-
PIKE_MEMORY_OBJECT_MEMBERS
;
+
INT32 refs
;
INT32 valrefs; /* lock values too */ INT32 hardlinks; INT32 size, hashsize;
42:
struct mapping {
-
PIKE_MEMORY_OBJECT_MEMBERS
;
+
INT32 refs
;
#ifdef MAPPING_SIZE_DEBUG INT32 debug_size; #endif