Searched defs:_n_PetscHeap (Results 1 – 1 of 1) sorted by relevance
9 struct _n_PetscHeap { struct10 PetscInt end; /* one past the last item */11 PetscInt alloc; /* length of array */12 PetscInt stash; /* stash grows down, this points to last item */13 HeapNode *base;