MADNESS  0.10.1
Functions
posixmem.h File Reference

Implement dummy posix_memalign if it is missing on the system. More...

#include <madness/madness_config.h>
#include <sys/errno.h>
Include dependency graph for posixmem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int posix_memalign (void **memptr, std::size_t alignment, std::size_t size)
 

Detailed Description

Implement dummy posix_memalign if it is missing on the system.

Function Documentation

◆ posix_memalign()

int posix_memalign ( void **  memptr,
std::size_t  alignment,
std::size_t  size 
)
inline