Home
last modified time | relevance | path

Searched refs:offsets_allocated (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/memcheck/
H A Dceed-memcheck.h33 CeedInt *offsets_allocated; member
H A Dceed-memcheck-restriction.c630 CeedCallBackend(CeedFree(&impl->offsets_allocated)); in CeedElemRestrictionDestroy_Memcheck()
709 CeedCallBackend(CeedMalloc(num_offsets, &impl->offsets_allocated)); in CeedElemRestrictionCreate_Memcheck()
710 memcpy(impl->offsets_allocated, offsets, num_offsets * sizeof(offsets[0])); in CeedElemRestrictionCreate_Memcheck()
711 impl->offsets = impl->offsets_allocated; in CeedElemRestrictionCreate_Memcheck()
714 impl->offsets_allocated = (CeedInt *)offsets; in CeedElemRestrictionCreate_Memcheck()
715 impl->offsets = impl->offsets_allocated; in CeedElemRestrictionCreate_Memcheck()