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