Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.h72 size_t expand_alloc_bytes = 0; member
DDebugData.cpp88 extra_bytes_ += config_.expand_alloc_bytes; in Initialize()
DConfig.cpp382 &this->expand_alloc_bytes); in Set()
Dmalloc_debug.cpp509 real_size += g_debug->config().expand_alloc_bytes; in debug_realloc()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp362 ASSERT_EQ(1234U, config->expand_alloc_bytes); in TEST_F()
366 ASSERT_EQ(16U, config->expand_alloc_bytes); in TEST_F()