Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed.c1502 if (ceed_parent->num_jit_source_roots == ceed_parent->max_jit_source_roots) { in CeedAddJitSourceRoot()
1503 if (ceed_parent->max_jit_source_roots == 0) ceed_parent->max_jit_source_roots = 1; in CeedAddJitSourceRoot()
1504 ceed_parent->max_jit_source_roots *= 2; in CeedAddJitSourceRoot()
1505 CeedCall(CeedRealloc(ceed_parent->max_jit_source_roots, &ceed_parent->jit_source_roots)); in CeedAddJitSourceRoot()
/libCEED/include/
H A Dceed-impl.h112 CeedInt num_jit_source_roots, max_jit_source_roots, num_jit_source_roots_readers; member