Searched refs:mm_share (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dmonitor_mm.h31 struct mm_share { struct
32 RB_ENTRY(mm_share) next;
38 RB_HEAD(mmtree, mm_share) rb_free;
46 RB_PROTOTYPE(mmtree, mm_share, next, mm_compare)
H A Dmonitor_mm.c46 mm_compare(struct mm_share *a, struct mm_share *b)
58 RB_GENERATE(mmtree, mm_share, next, mm_compare)
60 static struct mm_share *
64 struct mm_share *tmp, *tmp2;
67 tmp = xmalloc(sizeof(struct mm_share));
69 tmp = mm_xmalloc(mm->mmalloc, sizeof(struct mm_share));
121 struct mm_share *mms, *next;
172 struct mm_share *mms, *tmp;
214 struct mm_share *mm
[all...]

Completed in 74 milliseconds