Home
last modified time | relevance | path

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

/petsc/src/sys/memory/
H A Dmtr.c102 TRSPACE *head, *lasthead; in PetscMallocValidate() local
108 lasthead = NULL; in PetscMallocValidate()
121 if (lasthead) { in PetscMallocValidate()
123 …ated in %s() at %s:%d\n", lasthead->id, (PetscLogDouble)lasthead->size, a, lasthead->functionname,… in PetscMallocValidate()
142 if (head->prev && head->prev != lasthead) { in PetscMallocValidate()
145 …scErrorPrintf)("Backpointer %p is invalid, should be %p\n", (void *)head->prev, (void *)lasthead)); in PetscMallocValidate()
146 … memory originally allocated in %s() at %s:%d\n", lasthead->functionname, lasthead->filename, last… in PetscMallocValidate()
150 lasthead = head; in PetscMallocValidate()