#include "vdecmpeg4.h"
#include "M4Global.h"
#include "M4MemOps.h"
Go to the source code of this file.
◆ M4_MEMORY_HANDLER
Value:public: \
} \
void operator delete[](void*) \
M4CHECK(
false &&
"delete[] not allowed"); \
} \
void*
operator new[](
size_t) \
M4CHECK(
false &&
"new[] not allowed");
\
}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
We use the following two macros for 'automatic' overloading of the new and delete operations. The effect is a mapping of all memory allocations to the user-established handler