Home
last modified time | relevance | path

Searched refs:CEED_ALIGN (Results 1 – 3 of 3) sorted by relevance

/libCEED/julia/LibCEED.jl/gen/
H A Dgenerator.toml7 "CEED_ALIGN",
/libCEED/include/ceed/
H A Dbackend.h28 #define CEED_ALIGN 64 macro
/libCEED/interface/
H A Dceed.c283 int ierr = posix_memalign((void **)p, CEED_ALIGN, n * unit); in CeedMallocArray()