OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free_track_allocations
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/malloc_debug/
Config.h
71
size_t
free_track_allocations
= 0;
member in struct:Config
FreeTrackData.cpp
102
if (list_.size() == debug.config().
free_track_allocations
) {
Config.cpp
321
FREE_TRACK | FILL_ON_FREE, &this->
free_track_allocations
, nullptr, false),
/bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp
365
ASSERT_EQ(1234U, config->
free_track_allocations
);
371
ASSERT_EQ(100U, config->
free_track_allocations
);
382
ASSERT_EQ(1234U, config->
free_track_allocations
);
388
ASSERT_EQ(100U, config->
free_track_allocations
);
Completed in 92 milliseconds