Go to the source code of this file.
|
| ULANG_FORCEINLINE uint32_t | uLang::RotateCRC32 (uint32_t CRC) |
| |
| ULANG_FORCEINLINE void * | operator new (size_t NumBytes, const ::uLang::CHeapRawAllocator &Allocator) |
| |
| ULANG_FORCEINLINE void | operator delete (void *Memory, const ::uLang::CHeapRawAllocator &Allocator) |
| |
| ULANG_FORCEINLINE void * | operator new (size_t NumBytes, const ::uLang::CInstancedRawAllocator &Allocator) |
| |
| ULANG_FORCEINLINE void | operator delete (void *Memory, const ::uLang::CInstancedRawAllocator &Allocator) |
| |
| ULANG_FORCEINLINE size_t | uLang::DefaultQuantizeSize (size_t Count, uint32_t Alignment) |
| |
| ULANG_FORCEINLINE int32_t | uLang::DefaultCalculateSlackShrink (int32_t NumElements, int32_t NumAllocatedElements, size_t BytesPerElement, bool bAllowQuantize, uint32_t Alignment=DEFAULT_ALIGNMENT) |
| |
| ULANG_FORCEINLINE int32_t | uLang::DefaultCalculateSlackGrow (int32_t NumElements, int32_t NumAllocatedElements, size_t BytesPerElement, bool bAllowQuantize, uint32_t Alignment=DEFAULT_ALIGNMENT) |
| |
| ULANG_FORCEINLINE int32_t | uLang::DefaultCalculateSlackReserve (int32_t NumElements, size_t BytesPerElement, bool bAllowQuantize, uint32_t Alignment=DEFAULT_ALIGNMENT) |
| |
◆ operator delete() [1/2]
◆ operator delete() [2/2]
◆ operator new() [1/2]
◆ operator new() [2/2]