Lines Matching refs:TRhead
51 static TRSPACE *TRhead = NULL; variable
107 head = TRhead; in PetscMallocValidate()
180 if (TRhead) TRhead->prev = head; in PetscTrMallocDefault()
181 head->next = TRhead; in PetscTrMallocDefault()
182 TRhead = head; in PetscTrMallocDefault()
309 else TRhead = head->next; in PetscTrFreeDefault()
379 else TRhead = head->next; in PetscTrReallocDefault()
388 if (TRhead) TRhead->prev = head; in PetscTrReallocDefault()
389 head->next = TRhead; in PetscTrReallocDefault()
390 TRhead = head; in PetscTrReallocDefault()
699 head = TRhead; in PetscMallocDump()
705 head = TRhead; in PetscMallocDump()
954 TRhead = NULL; in PetscMallocSetDebug()