5#if (defined(__AUTORTFM) && __AUTORTFM)
31 return static_cast<T*
>(AutoRTFM::Allocate(
Count *
sizeof(T),
alignof(T)));
34 void deallocate(T* Pointer,
size_t)
36 AutoRTFM::Free(Pointer);
40template <
typename T,
typename U>
46template <
typename T,
typename U>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE_FORCEINLINE_HINT bool operator!=(const FIndexedPointer &Other) const
Definition LockFreeList.h:76
bool operator==(const FCachedAssetKey &A, const FCachedAssetKey &B)
Definition AssetDataMap.h:501