Searched refs:orients_allocated (Results 1 – 2 of 2) sorted by relevance
35 bool *orients_allocated; member
631 CeedCallBackend(CeedFree(&impl->orients_allocated)); in CeedElemRestrictionDestroy_Memcheck()726 CeedCallBackend(CeedMalloc(num_offsets, &impl->orients_allocated)); in CeedElemRestrictionCreate_Memcheck()727 memcpy(impl->orients_allocated, orients, num_offsets * sizeof(orients[0])); in CeedElemRestrictionCreate_Memcheck()728 impl->orients = impl->orients_allocated; in CeedElemRestrictionCreate_Memcheck()731 impl->orients_allocated = (bool *)orients; in CeedElemRestrictionCreate_Memcheck()732 impl->orients = impl->orients_allocated; in CeedElemRestrictionCreate_Memcheck()