VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::memory Namespace Reference

Functions

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

Function Documentation

◆ aligned_allocate()

void * velographx::memory::aligned_allocate ( std::size_t  bytes,
std::size_t  alignment = 64 
)
inline

Definition at line 7 of file aligned_allocator.hpp.

◆ aligned_deallocate()

void velographx::memory::aligned_deallocate ( void *  p)
inlinenoexcept

Definition at line 14 of file aligned_allocator.hpp.