Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_memory_unittest.cpp58 EXPECT_FALSE(FX_TryRealloc(int, ptr, kMaxIntAlloc)); in TEST()
70 EXPECT_FALSE(FX_TryRealloc(int, ptr, kOverflowIntAlloc)); in TEST()
Dfx_memory.h103 #define FX_TryRealloc(type, ptr, size) \ macro