Searched refs:fill_on_free_bytes (Results 1 – 4 of 4) sorted by relevance
352 ASSERT_EQ(64U, config->fill_on_free_bytes()); in TEST_F()356 ASSERT_EQ(SIZE_MAX, config->fill_on_free_bytes()); in TEST_F()366 ASSERT_EQ(64U, config->fill_on_free_bytes()); in TEST_F()371 ASSERT_EQ(SIZE_MAX, config->fill_on_free_bytes()); in TEST_F()394 ASSERT_EQ(SIZE_MAX, config->fill_on_free_bytes()); in TEST_F()400 ASSERT_EQ(SIZE_MAX, config->fill_on_free_bytes()); in TEST_F()411 ASSERT_EQ(32U, config->fill_on_free_bytes()); in TEST_F()417 ASSERT_EQ(60U, config->fill_on_free_bytes()); in TEST_F()424 ASSERT_EQ(32U, config->fill_on_free_bytes()); in TEST_F()
88 size_t fill_on_free_bytes() const { return fill_on_free_bytes_; } in fill_on_free_bytes() function
319 size_t bytes = (usable_size < g_debug->config().fill_on_free_bytes()) in VerifyFreedPointer()321 : g_debug->config().fill_on_free_bytes(); in VerifyFreedPointer()
519 size_t fill_bytes = g_debug->config().fill_on_free_bytes(); in InternalFree()