Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.cpp62 static constexpr size_t MAX_EXPAND_BYTES = 16384; variable
278 return ParseValue(option, value, DEFAULT_EXPAND_BYTES, 1, MAX_EXPAND_BYTES, &expand_alloc_bytes_); in SetExpandAlloc()