Navigation
API > API/Runtime > API/Runtime/uLangCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE void * operator new
(
size_t NumBytes, |
Deliberately NOT implementing new[] and delete[] here. | uLang/Common/Memory/Allocator.h | |
ULANG_FORCEINLINE void * operator new
(
size_t NumBytes, |
Deliberately NOT implementing new[] and delete[] here. | uLang/Common/Memory/Allocator.h |
operator new(size_t, const ::uLang::CHeapRawAllocator &)
Description
Deliberately NOT implementing new[] and delete[] here.
| Name | operator new |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Memory/Allocator.h |
| Include Path | #include "uLang/Common/Memory/Allocator.h" |
ULANG_FORCEINLINE void * operator new
(
size_t NumBytes,
const ::uLang::CHeapRawAllocator & Allocator
)
operator new(size_t, const ::uLang::CInstancedRawAllocator &)
Description
Deliberately NOT implementing new[] and delete[] here.
| Name | operator new |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Memory/Allocator.h |
| Include Path | #include "uLang/Common/Memory/Allocator.h" |
ULANG_FORCEINLINE void * operator new
(
size_t NumBytes,
const ::uLang::CInstancedRawAllocator & Allocator
)