cppassist  1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
Namespaces | Macros | Functions
allocator.inl File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 cppassist
 
 cppassist::detail
 

Macros

#define GLIBC_MALLOC_ALREADY_ALIGNED   0
 
#define FREEBSD_MALLOC_ALREADY_ALIGNED   0
 
#define HAS_POSIX_MEMALIGN   0
 
#define HAS_MM_MALLOC   0
 

Functions

void * cppassist::detail::_aligned_malloc (size_t size, size_t alignment)
 
void cppassist::detail::_aligned_free (void *ptr)
 
void * cppassist::aligned_malloc (size_t size, size_t alignment)
 
void cppassist::aligned_free (void *ptr)
 

Macro Definition Documentation

◆ GLIBC_MALLOC_ALREADY_ALIGNED

#define GLIBC_MALLOC_ALREADY_ALIGNED   0

◆ FREEBSD_MALLOC_ALREADY_ALIGNED

#define FREEBSD_MALLOC_ALREADY_ALIGNED   0

◆ HAS_POSIX_MEMALIGN

#define HAS_POSIX_MEMALIGN   0

◆ HAS_MM_MALLOC

#define HAS_MM_MALLOC   0