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

1:   // This is a roxen pike module. Copyright © 1999 - 2004, Roxen IS.   // - // $Id: Roxen.pmod,v 1.248 2008/09/04 10:56:30 jonasw Exp $ + // $Id: Roxen.pmod,v 1.249 2008/10/12 22:14:03 mast Exp $      #include <roxen.h>   #include <config.h>
15:   # define HTTP_WERR(X)   #endif    + // Tell Pike.count_memory this is global. + constant pike_cycle_depth = 0; +    object|array(object) parse_xml_tmpl( string ttag, string itag,    string xml_file,    string|void ident )