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

/external/chromium_org/base/allocator/
H A Dallocator_unittest.cc276 static void TestCalloc(size_t n, size_t s, bool ok) { function in namespace:__anon2171
377 TestCalloc(0, 0, true);
378 TestCalloc(0, 1, true);
379 TestCalloc(1, 1, true);
380 TestCalloc(1<<10, 0, true);
381 TestCalloc(1<<20, 0, true);
382 TestCalloc(0, 1<<10, true);
383 TestCalloc(0, 1<<20, true);
384 TestCalloc(1<<20, 2, true);
385 TestCalloc(
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc579 static void TestCalloc(size_t n, size_t s, bool ok) { function in namespace:testing
1234 TestCalloc(0, 0, true);
1235 TestCalloc(0, 1, true);
1236 TestCalloc(1, 1, true);
1237 TestCalloc(1<<10, 0, true);
1238 TestCalloc(1<<20, 0, true);
1239 TestCalloc(0, 1<<10, true);
1240 TestCalloc(0, 1<<20, true);
1241 TestCalloc(1<<20, 2, true);
1242 TestCalloc(
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc579 static void TestCalloc(size_t n, size_t s, bool ok) { function in namespace:testing
1234 TestCalloc(0, 0, true);
1235 TestCalloc(0, 1, true);
1236 TestCalloc(1, 1, true);
1237 TestCalloc(1<<10, 0, true);
1238 TestCalloc(1<<20, 0, true);
1239 TestCalloc(0, 1<<10, true);
1240 TestCalloc(0, 1<<20, true);
1241 TestCalloc(1<<20, 2, true);
1242 TestCalloc(
[all...]

Completed in 1007 milliseconds