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

  /bionic/libc/malloc_debug/
DebugData.cpp 57 extra_bytes_ += config_.rear_guard_bytes();
GuardData.cpp 91 : GuardData(debug_data, config.rear_guard_value(), config.rear_guard_bytes()) {}
Config.h 75 size_t rear_guard_bytes() const { return rear_guard_bytes_; } function in class:Config
malloc_debug.cpp 195 memset(guard, g_debug->config().rear_guard_value(), g_debug->config().rear_guard_bytes());
594 g_debug->config().rear_guard_bytes());
  /bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp 283 ASSERT_EQ(50U, config->rear_guard_bytes());
287 ASSERT_EQ(32U, config->rear_guard_bytes());
297 ASSERT_EQ(32U, config->rear_guard_bytes());
302 ASSERT_EQ(32U, config->rear_guard_bytes());
    [all...]

Completed in 237 milliseconds