HomeSort by relevance Sort by last modified time
    Searched refs:FX_TryRealloc (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
fx_basic_memmgr_unittest.cpp 57 EXPECT_FALSE(FX_TryRealloc(int, ptr, kMaxIntAlloc));
69 EXPECT_FALSE(FX_TryRealloc(int, ptr, kOverflowIntAlloc));
fx_memory.h 73 #define FX_TryRealloc(type, ptr, size) \

Completed in 46 milliseconds