Searched refs:FX_TryRealloc (Results 1 – 2 of 2) sorted by relevance
58 EXPECT_FALSE(FX_TryRealloc(int, ptr, kMaxIntAlloc)); in TEST()70 EXPECT_FALSE(FX_TryRealloc(int, ptr, kOverflowIntAlloc)); in TEST()
103 #define FX_TryRealloc(type, ptr, size) \ macro