VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
aligned_allocator.hpp File Reference
#include <cstddef>
#include <cstdlib>
#include <new>

Go to the source code of this file.

Namespaces

namespace  velographx
 
namespace  velographx::memory
 

Functions

void * velographx::memory::aligned_allocate (std::size_t bytes, std::size_t alignment=64)
 
void velographx::memory::aligned_deallocate (void *p) noexcept