Navigation
API > API/Runtime > API/Runtime/uLangCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE void operator delete
(
void* Memory, |
Unfortunately, C++ does not have a clean syntax to invoke custom delete operators so this is a bit useless... | uLang/Common/Memory/Allocator.h | |
ULANG_FORCEINLINE void operator delete
(
void* Memory, |
Unfortunately, C++ does not have a clean syntax to invoke custom delete operators so this is a bit useless... | uLang/Common/Memory/Allocator.h |
operator delete(void *, const ::uLang::CHeapRawAllocator &)
Description
Unfortunately, C++ does not have a clean syntax to invoke custom delete operators so this is a bit useless...
| Name | operator delete |
| 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 delete
(
void * Memory,
const ::uLang::CHeapRawAllocator & Allocator
)
operator delete(void *, const ::uLang::CInstancedRawAllocator &)
Description
Unfortunately, C++ does not have a clean syntax to invoke custom delete operators so this is a bit useless...
| Name | operator delete |
| 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 delete
(
void * Memory,
const ::uLang::CInstancedRawAllocator & Allocator
)