Searched refs:FX_TryAlloc (Results 1 – 4 of 4) sorted by relevance
54 EXPECT_FALSE(FX_TryAlloc(int, kMaxIntAlloc)); in TEST()
101 #define FX_TryAlloc(type, size) \ macro
531 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length);535 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length);
57 FX_TryAlloc(uint8_t, bufferSize)); in Create()1193 FX_TryAlloc(uint8_t, dest_pitch * m_Height + 4)); in ConvertFormat()