Searched refs:FX_SafeAlloc (Results 1 – 2 of 2) sorted by relevance
40 inline void* FX_SafeAlloc(size_t num_members, size_t member_size) { in FX_SafeAlloc() function67 if (void* result = FX_SafeAlloc(num_members, member_size)) in FX_AllocOrDie()102 static_cast<type*>(FX_SafeAlloc(size, sizeof(type)))
34 return FX_SafeAlloc(num_elems, byte_size); in FXMEM_DefaultCalloc()