|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#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 |