Agora  1.2.0
Agora project
Agora_memory Namespace Reference

Enumerations

enum  Alignment_t : size_t { Alignment_t::kAlign32 = 32, Alignment_t::kAlign64 = 64, Alignment_t::kAlign4096 = 4096 }
 

Functions

size_t PaddedAllocSize (Alignment_t alignment, size_t size)
 
void * PaddedAlignedAlloc (Alignment_t alignment, size_t size)
 

Enumeration Type Documentation

◆ Alignment_t

enum Agora_memory::Alignment_t : size_t
strong
Enumerator
kAlign32 
kAlign64 
kAlign4096 

Function Documentation

◆ PaddedAlignedAlloc()

void * Agora_memory::PaddedAlignedAlloc ( Alignment_t  alignment,
size_t  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ PaddedAllocSize()

size_t Agora_memory::PaddedAllocSize ( Alignment_t  alignment,
size_t  size 
)
inline
Here is the caller graph for this function: