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

  /bionic/libc/malloc_debug/
FreeTrackData.cpp 42 memset(cmp_mem_.data(), config.fill_free_value(), cmp_mem_.size());
48 uint8_t fill_free_value = debug_->config().fill_free_value(); local
50 if (pointer[i] != fill_free_value) {
51 error_log(" allocation[%zu] = 0x%02x (expected 0x%02x)", i, pointer[i], fill_free_value);
Config.h 85 uint8_t fill_free_value() const { return fill_free_value_; } function in class:Config
malloc_debug.cpp 384 memset(pointer, g_debug->config().fill_free_value(), bytes);

Completed in 124 milliseconds