XML_SetAllocTrackerActivationThreshold
XML_SetAllocTrackerActivationThreshold(
assert_true(XML_SetAllocTrackerActivationThreshold(parser, 0) == XML_TRUE);
assert_true(XML_SetAllocTrackerActivationThreshold(parser, 999) == XML_TRUE);
assert_true(XML_SetAllocTrackerActivationThreshold(parser, 0) == XML_TRUE);
if (XML_SetAllocTrackerActivationThreshold(NULL, 123) == XML_TRUE)
if (XML_SetAllocTrackerActivationThreshold(parserWithParent, 123) == XML_TRUE)
if (XML_SetAllocTrackerActivationThreshold(parserWithoutParent, 123)
assert_true(XML_SetAllocTrackerActivationThreshold(parser, 0) == XML_TRUE);
assert_true(XML_SetAllocTrackerActivationThreshold(parser, (size_t)-1)