Home | History | Annotate | Download | only in tests

Lines Matching refs:rear_guard

56   "6 malloc_debug   rear_guard[=XX]\n"
254 TEST_F(MallocDebugConfigTest, rear_guard) {
255 ASSERT_TRUE(InitConfig("rear_guard=50"));
256 ASSERT_EQ(REAR_GUARD, config->options);
259 ASSERT_TRUE(InitConfig("rear_guard"));
260 ASSERT_EQ(REAR_GUARD, config->options);
269 ASSERT_EQ(FRONT_GUARD | REAR_GUARD, config->options);
274 ASSERT_EQ(FRONT_GUARD | REAR_GUARD, config->options);
491 ASSERT_FALSE(InitConfig("rear_guard=0"));
495 "6 malloc_debug malloc_testing: bad value for option 'rear_guard', "
501 ASSERT_FALSE(InitConfig("rear_guard=20000"));
505 "6 malloc_debug malloc_testing: bad value for option 'rear_guard', "