16 return ::operator
new(
Size
17#ifdef __cpp_aligned_new
19 std::align_val_t(Alignment)
26#ifdef __cpp_sized_deallocation
30#ifdef __cpp_aligned_new
32 std::align_val_t(Alignment)
#define LLVM_ATTRIBUTE_RETURNS_NOALIAS
\macro LLVM_ATTRIBUTE_RETURNS_NOALIAS Used to mark a function as returning a pointer that does not al...
#define LLVM_ATTRIBUTE_RETURNS_NONNULL
This file defines counterparts of C library allocation functions defined in the namespace 'std'.
LLVM_ATTRIBUTE_RETURNS_NONNULL LLVM_ATTRIBUTE_RETURNS_NOALIAS void * allocate_buffer(size_t Size, size_t Alignment)
Allocate a buffer of memory with the given size and alignment.
void deallocate_buffer(void *Ptr, size_t Size, size_t Alignment)
Deallocate a buffer of memory with the given size and alignment.