Home
last modified time | relevance | path

Searched refs:expand_alloc_bytes_ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/malloc_debug/
DConfig.h82 size_t expand_alloc_bytes() const { return expand_alloc_bytes_; } in expand_alloc_bytes()
149 size_t expand_alloc_bytes_ = 0; variable
DConfig.cpp278 return ParseValue(option, value, DEFAULT_EXPAND_BYTES, 1, MAX_EXPAND_BYTES, &expand_alloc_bytes_); in SetExpandAlloc()