waLBerla 7.2
Loading...
Searching...
No Matches
AlignedMalloc.h File Reference

Detailed Description

(De) Allocation of aligned memory

Author
Martin Bauer marti.nosp@m.n.ba.nosp@m.uer@f.nosp@m.au.d.nosp@m.e
#include "core/DataTypes.h"
#include <cstdlib>

Namespaces

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
 
namespace  walberla::field
 

Functions

void * walberla::field::aligned_malloc (uint_t size, uint_t alignment)
 Allocates memory starting at an aligned location.
 
void * walberla::field::aligned_malloc_with_offset (uint_t size, uint_t alignment, uint_t offset)
 Allocates memory such that (ptr+offset) is aligned.
 
void walberla::field::aligned_free (void *ptr)
 Analogous to free for memory allocated with aligned_malloc.