Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_basic_memmgr_unittest.cpp57 EXPECT_FALSE(FX_TryRealloc(int, ptr, kMaxIntAlloc)); in TEST()
69 EXPECT_FALSE(FX_TryRealloc(int, ptr, kOverflowIntAlloc)); in TEST()
Dfx_memory.h73 #define FX_TryRealloc(type, ptr, size) \ macro