Searched defs:DTSL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc1471 #define DTSL(a) { DirectTestSTLAlloc(a, #a); \ macro
1473 DTSL(std::allocator<char>());
1474 DTSL(std::allocator<int>());
1475 DTSL(std::string().get_allocator());
1476 DTSL(string().get_allocator());
1477 DTSL(vector<int>().get_allocator());
1478 DTSL(vector<double>().get_allocator());
1479 DTSL(vector<vector<int> >().get_allocator());
1480 DTSL(vector<string>().get_allocator());
1481 DTSL((ma
1484 #undef DTSL macro
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc1471 #define DTSL(a) { DirectTestSTLAlloc(a, #a); \ macro
1473 DTSL(std::allocator<char>());
1474 DTSL(std::allocator<int>());
1475 DTSL(std::string().get_allocator());
1476 DTSL(string().get_allocator());
1477 DTSL(vector<int>().get_allocator());
1478 DTSL(vector<double>().get_allocator());
1479 DTSL(vector<vector<int> >().get_allocator());
1480 DTSL(vector<string>().get_allocator());
1481 DTSL((ma
1484 #undef DTSL macro
[all...]

Completed in 110 milliseconds