OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expand_alloc_bytes
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/malloc_debug/
Config.h
69
size_t
expand_alloc_bytes
= 0;
member in struct:Config
DebugData.cpp
81
extra_bytes_ += config_.
expand_alloc_bytes
;
Config.cpp
315
&this->
expand_alloc_bytes
, nullptr, false),
malloc_debug.cpp
465
real_size += g_debug->config().
expand_alloc_bytes
;
/bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp
352
ASSERT_EQ(1234U, config->
expand_alloc_bytes
);
356
ASSERT_EQ(16U, config->
expand_alloc_bytes
);
Completed in 192 milliseconds