comparison src/dumper.h @ 3263:d674024a8674

[xemacs-hg @ 2006-02-27 16:29:00 by crestani] - Introduce a fancy asynchronous finalization strategy on C level. - Merge the code conditioned on MC_ALLOC into the code conditioned on NEW_GC. - Remove the possibility to free objects manually outside garbage collections when the new collector is enabled.
author crestani
date Mon, 27 Feb 2006 16:29:29 +0000
parents 6fa9919a9a0b
children 308d34e9f07d
comparison
equal deleted inserted replaced
3262:79d41cfd8e6b 3263:d674024a8674
25 #ifndef INCLUDED_dumper_h 25 #ifndef INCLUDED_dumper_h
26 #define INCLUDED_dumper_h 26 #define INCLUDED_dumper_h
27 27
28 BEGIN_C_DECLS 28 BEGIN_C_DECLS
29 29
30 #ifndef MC_ALLOC 30 #ifndef NEW_GC
31 void pdump_objects_unmark (void); 31 void pdump_objects_unmark (void);
32 #endif /* not MC_ALLOC */ 32 #endif /* not NEW_GC */
33 void pdump (void); 33 void pdump (void);
34 int pdump_load (const Wexttext *argv0); 34 int pdump_load (const Wexttext *argv0);
35 void pdump_backtrace (void); 35 void pdump_backtrace (void);
36 extern unsigned int dump_id; 36 extern unsigned int dump_id;
37 extern Rawbyte *pdump_start, *pdump_end; 37 extern Rawbyte *pdump_start, *pdump_end;