Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsecurity_unittest.cc52 #define MALLOC_OVERFLOW_TEST(function) function macro
54 #define MALLOC_OVERFLOW_TEST(function) DISABLED_##function macro
126 TEST(SecurityTest, MALLOC_OVERFLOW_TEST(RandomMemoryAllocations)) { in TEST()