Searched refs:MallocDebugTest (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp82 class MallocDebugTest : public ::testing::Test { class in inherits:::testing::Test
110 MallocDispatch MallocDebugTest::dispatch = {
187 TEST_F(MallocDebugTest, fill_generic) {
192 TEST_F(MallocDebugTest, fill_on_alloc_generic) {
197 TEST_F(MallocDebugTest, fill_on_alloc_partial) {
211 TEST_F(MallocDebugTest, fill_on_free) {
228 TEST_F(MallocDebugTest, fill_on_free_partial) {
248 TEST_F(MallocDebugTest, free_track_partial) {
271 TEST_F(MallocDebugTest, all_options) {
276 TEST_F(MallocDebugTest, expand_allo
[all...]

Completed in 726 milliseconds