openMSX
Classes | Functions
openmsx::MemoryOps Namespace Reference

Classes

class  AllocMap
 Aligned memory (de)allocation. More...
 
struct  MemSet
 
struct  MemSet2
 

Functions

void * mallocAligned (size_t alignment, size_t size)
 
void freeAligned (void *)
 

Function Documentation

◆ freeAligned()

void openmsx::MemoryOps::freeAligned ( void *  )

◆ mallocAligned()

void * openmsx::MemoryOps::mallocAligned ( size_t  alignment,
size_t  size 
)