Home
last modified time | relevance | path

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

/petsc/src/sys/memory/
H A Dmal.c330 static PetscBool petscmalloccoalesce = PetscDefined(USE_MALLOC_COALESCED) ? PETSC_TRUE : PETSC_FALS… variable
357 petscmalloccoalesce = coalesce; in PetscMallocSetCoalesce()
404 if (petscmalloccoalesce) { in PetscMallocA()
456 if (petscmalloccoalesce) { in PetscFreeA()