malloc_test.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
  4. [ <!ENTITY % local.common.attrib
  5. "xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'">
  6. <!-- Include general documentation entities -->
  7. <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
  8. %docentities;
  9. ]
  10. >
  11. <section id="malloc_test" xmlns:xi="http://www.w3.org/2001/XInclude">
  12. <sectioninfo>
  13. <authorgroup>
  14. <author>
  15. <firstname>Andrei</firstname>
  16. <surname>Pelinescu-Onciul</surname>
  17. <affiliation><orgname>iptelorg GmbH</orgname></affiliation>
  18. <address>
  19. <email>[email protected]</email>
  20. </address>
  21. </author>
  22. </authorgroup>
  23. <copyright>
  24. <year>2010</year>
  25. <holder>iptelorg GmbH</holder>
  26. </copyright>
  27. <revhistory>
  28. <revision>
  29. <revnumber>$Revision$</revnumber>
  30. <date>$Date$</date>
  31. </revision>
  32. </revhistory>
  33. </sectioninfo>
  34. <title>malloc_test Module</title>
  35. <section id="malloc_test.overview">
  36. <title>Overview</title>
  37. <para>
  38. This is a debugging/test module. It implements functions (both
  39. script and rpcs) that can be used to stress the memory allocator
  40. or force memory leaks.
  41. </para>
  42. <warning><para>
  43. This module should never be used in a production environment.
  44. </para></warning>
  45. </section>
  46. <xi:include href="params.xml"/>
  47. <xi:include href="functions.xml"/>
  48. <xi:include href="rpc.xml"/>
  49. </section>