malloc_test.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. <book id="malloc_test" xmlns:xi="http://www.w3.org/2001/XInclude">
  12. <bookinfo>
  13. <title>The malloc_test Module</title>
  14. <authorgroup>
  15. <author>
  16. <firstname>Andrei</firstname>
  17. <surname>Pelinescu-Onciul</surname>
  18. <affiliation><orgname>iptelorg GmbH</orgname></affiliation>
  19. <address>
  20. <email>[email protected]</email>
  21. </address>
  22. </author>
  23. </authorgroup>
  24. <copyright>
  25. <year>2010</year>
  26. <holder>iptelorg GmbH</holder>
  27. </copyright>
  28. </bookinfo>
  29. <toc></toc>
  30. <chapter>
  31. <title>Admin Guide</title>
  32. <section id="malloc_test.overview">
  33. <title>Overview</title>
  34. <para>
  35. This is a debugging/test module. It implements functions (both
  36. script and rpcs) that can be used to stress the memory allocator
  37. or force memory leaks.
  38. </para>
  39. <warning><para>
  40. This module should never be used in a production environment.
  41. </para></warning>
  42. </section>
  43. <xi:include href="malloc_test_params.xml"/>
  44. <xi:include href="malloc_test_functions.xml"/>
  45. <xi:include href="malloc_test_rpc.xml"/>
  46. </chapter>
  47. </book>