pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:26:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>
95258e5983f5b81e387c0c163edf5cc4deb00acf (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
GC: Clean up some of the visit_* API.
All the visit_*() functions now have all arguments.
1029:
void placeholder_index(INT32 args); void init_program(void); void cleanup_program(void);
-
PMOD_EXPORT void visit_program (struct program *p, int action);
+
PMOD_EXPORT void visit_program (struct program *p, int action
, void *extra
);
void gc_mark_program_as_referenced(struct program *p); void real_gc_cycle_check_program(struct program *p, int weak); unsigned gc_touch_all_programs(void);