Searched refs:rear_guard_bytes (Results 1 – 5 of 5) sorted by relevance
58 extra_bytes_ += config_.rear_guard_bytes(); in Initialize()
91 : GuardData(debug_data, config.rear_guard_value(), config.rear_guard_bytes()) {} in RearGuardData()
81 size_t rear_guard_bytes() const { return rear_guard_bytes_; } in rear_guard_bytes() function
381 memset(guard, g_debug->config().rear_guard_value(), g_debug->config().rear_guard_bytes()); in InitHeader()847 g_debug->config().rear_guard_bytes()); in debug_realloc()
186 ASSERT_EQ(50U, config->rear_guard_bytes()); in TEST_F()190 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()200 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()205 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()