pike.git
/
src
/
mapping.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/mapping.h:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /*
-
* $Id: mapping.h,v 1.
23
2000/
03
/
28
17
:
57
:
37
grubba
Exp $
+
* $Id: mapping.h,v 1.
24
2000/
04
/
23
03
:
01
:
25
mast
Exp $
*/ #ifndef MAPPING_H #define MAPPING_H #include "las.h" #include "block_alloc_h.h" #define MAPPING_FLAG_WEAK 1 struct keypair
pike.git/src/mapping.h:138:
void f_aggregate_mapping(INT32 args); struct mapping *copy_mapping_recursively(struct mapping *m, struct processing *p); void mapping_search_no_free(struct svalue *to, struct mapping *m, struct svalue *look_for, struct svalue *key ); void check_mapping(struct mapping *m); void check_all_mappings(void); void gc_mark_mapping_as_referenced(struct mapping *m);
+
INT32 gc_touch_all_mappings(void);
void gc_check_all_mappings(void); void gc_mark_all_mappings(void); void gc_free_all_unreferenced_mappings(void); void simple_describe_mapping(struct mapping *m); void debug_dump_mapping(struct mapping *m); void zap_all_mappings(void); /* Prototypes end here */ #endif #define allocate_mapping(X) dmalloc_touch(struct mapping *,debug_allocate_mapping(X))