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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Ddebugallocation_test.cc288 // kAlsoTooBig is small enough not to get caught by debugallocation's check,
291 size_t kAlsoTooBig = kTooBig - 1024; local
293 a = malloc(kAlsoTooBig);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Ddebugallocation_test.cc288 // kAlsoTooBig is small enough not to get caught by debugallocation's check,
291 size_t kAlsoTooBig = kTooBig - 1024; local
293 a = malloc(kAlsoTooBig);

Completed in 544 milliseconds