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">
5 <section id="malloc_test.parameters" xmlns:xi="http://www.w3.org/2001/XInclude">
9 <revnumber>$Revision$</revnumber>
14 <title>Parameters</title>
16 <section id="check_content">
17 <title><varname>check_content</varname></title>
19 When doing the tests, check also for the possibility of the
20 memory being overwritten. When activated, the allocated memory
21 will be filled with a special pattern, that will be checked on
28 It can be changed also at runtime, via the rpc interface.
32 Set <varname>check_content</varname> in the config file
35 modparam("malloc_test", "check_content", 1)
40 Set <varname>check_content</varname> at runtime via sercmd
43 $ sercmd cfg.set_now_int malloc_test check_content 1