Searched refs:_XArray (Results 1 – 3 of 3) sorted by relevance
40 struct _XArray { struct68 xa = alloc_fn( cc, sizeof(struct _XArray) ); in VG_() argument90 nyu = xa->alloc_fn( nyu_cc, sizeof(struct _XArray) ); in VG_()
49 typedef struct _XArray XArray;
6534 VG_(printf)("sizeof(struct _XArray) = %lu\n", sizeof(struct _XArray)); in libhb_shutdown()