Lines Matching refs:TRSPACE
32 } TRSPACE; typedef
37 #define HEADER_BYTES ((sizeof(TRSPACE) + (PETSC_MEMALIGN - 1)) & ~(PETSC_MEMALIGN - 1))
44 TRSPACE sp;
51 static TRSPACE *TRhead = NULL;
102 TRSPACE *head, *lasthead; in PetscMallocValidate()
162 TRSPACE *head; in PetscTrMallocDefault()
177 head = (TRSPACE *)inew; in PetscTrMallocDefault()
254 TRSPACE *head; in PetscTrFreeDefault()
266 head = (TRSPACE *)a; in PetscTrFreeDefault()
323 TRSPACE *head; in PetscTrReallocDefault()
345 head = (TRSPACE *)a; in PetscTrReallocDefault()
385 head = (TRSPACE *)inew; in PetscTrReallocDefault()
645 TRSPACE *head; in PetscMallocGetStack()
648 head = (TRSPACE *)((char *)ptr - HEADER_BYTES); in PetscMallocGetStack()
692 TRSPACE *head; in PetscMallocDump()