Home
last modified time | relevance | path

Searched defs:MallocDebugTest (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp85 class MallocDebugTest : public ::testing::Test { class
192 TEST_F(MallocDebugTest, fill_generic) { in TEST_F() argument
197 TEST_F(MallocDebugTest, fill_on_alloc_generic) { in TEST_F() argument
202 TEST_F(MallocDebugTest, fill_on_alloc_partial) { in TEST_F() argument
216 TEST_F(MallocDebugTest, fill_on_free) { in TEST_F() argument
233 TEST_F(MallocDebugTest, fill_on_free_partial) { in TEST_F() argument
253 TEST_F(MallocDebugTest, free_track_partial) { in TEST_F() argument
276 TEST_F(MallocDebugTest, all_options) { in TEST_F() argument
281 TEST_F(MallocDebugTest, expand_alloc) { in TEST_F() argument
310 TEST_F(MallocDebugTest, front_guard) { in TEST_F() argument
[all …]