Branch: Tag:

2008-10-12

2008-10-12 22:14:03 by Martin Stjernholm <mast@lysator.liu.se>

Added pike_cycle_depth constants to make Pike.count_memory avoid the most
central global structures.

Rev: server/base_server/configuration.pike:1.658
Rev: server/base_server/module.pike:1.232
Rev: server/base_server/roxen.pike:1.996
Rev: server/etc/modules/RXML.pmod/module.pmod:1.378
Rev: server/etc/modules/RXML.pmod/utils.pmod:1.35
Rev: server/etc/modules/Roxen.pmod:1.249

6:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.   // ABS and suicide systems contributed freely by Francesco Chemolli    - constant cvs_version="$Id: roxen.pike,v 1.995 2008/10/02 18:27:02 mast Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.996 2008/10/12 22:14:03 mast Exp $";      //! @appears roxen   //!
75:   #define DDUMP(X) sol( combine_path( __FILE__, "../../" + X ), dump )   protected function sol = master()->set_on_load;    + // Tell Pike.count_memory this is global. + constant pike_cycle_depth = 0; +    #ifdef TEST_EUID_CHANGE   int test_euid_change;   #endif