Searched defs:_XArray (Results 1 – 1 of 1) sorted by relevance
40 struct _XArray { struct41 void* (*alloc_fn) ( const HChar*, SizeT ); /* alloc fn (nofail) */42 const HChar* cc; /* cost centre for alloc */43 void (*free_fn) ( void* ); /* free fn */44 Int (*cmpFn) ( const void*, const void* ); /* cmp fn (may be NULL) */68 xa = alloc_fn( cc, sizeof(struct _XArray) ); in VG_() argument