Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_memory_unittest.cpp17 const size_t kOverflowIntAlloc2D = kMaxIntAlloc / kWidth + 10; variable
48 EXPECT_DEATH_IF_SUPPORTED(ptr = FX_Alloc2D(int, kWidth, kOverflowIntAlloc2D), in TEST()