waLBerla 7.2
|
(De) Allocation of aligned memory
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. | |