HomeSort by relevance Sort by last modified time
    Searched refs:fill_on_free_bytes (Results 1 - 4 of 4) sorted by null

  /bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp 432 ASSERT_EQ(64U, config->fill_on_free_bytes());
436 ASSERT_EQ(SIZE_MAX, config->fill_on_free_bytes());
446 ASSERT_EQ(64U, config->fill_on_free_bytes());
451 ASSERT_EQ(SIZE_MAX, config->fill_on_free_bytes());
474 ASSERT_EQ(SIZE_MAX, config->fill_on_free_bytes());
480 ASSERT_EQ(SIZE_MAX, config->fill_on_free_bytes());
491 ASSERT_EQ(32U, config->fill_on_free_bytes());
497 ASSERT_EQ(60U, config->fill_on_free_bytes());
504 ASSERT_EQ(32U, config->fill_on_free_bytes());
    [all...]
  /bionic/libc/malloc_debug/
Config.h 85 size_t fill_on_free_bytes() const { return fill_on_free_bytes_; } function in class:Config
PointerData.cpp 277 size_t bytes = (usable_size < g_debug->config().fill_on_free_bytes())
279 : g_debug->config().fill_on_free_bytes();
malloc_debug.cpp 408 size_t fill_bytes = g_debug->config().fill_on_free_bytes();

Completed in 186 milliseconds