Searched refs:total_bytes (Results 1 – 2 of 2) sorted by relevance
45 size_t total_bytes; // !< Total size of struct plus array member
193 temp_ctx->total_bytes = sizeof(*temp_ctx) + total_num_scalars * sizeof(temp_ctx->data[0]); in GetStgContextData()195 PetscCall(PetscMalloc(temp_ctx->total_bytes, stg_ctx)); in GetStgContextData()277 …tSetData(stg_context, CEED_MEM_HOST, CEED_USE_POINTER, global_stg_ctx->total_bytes, global_stg_ctx… in SetupStg()