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

  /bionic/libc/malloc_debug/
Config.cpp 188 rear_guard_bytes_ = DEFAULT_GUARD_BYTES;
192 if (!ParseValue(option, value, 1, MAX_GUARD_BYTES, &rear_guard_bytes_)) {
198 front_guard_bytes_ = __BIONIC_ALIGN(rear_guard_bytes_, MINIMUM_ALIGNMENT_BYTES);
213 return ParseValue(option, value, DEFAULT_GUARD_BYTES, 1, MAX_GUARD_BYTES, &rear_guard_bytes_);
Config.h 75 size_t rear_guard_bytes() const { return rear_guard_bytes_; }
133 size_t rear_guard_bytes_ = 0; member in class:Config

Completed in 125 milliseconds