Home | History | Annotate | Download | only in coregrind

Lines Matching defs:cc

42    const HChar* cc;                    /* cost centre for alloc */
54 const HChar* cc,
68 xa = alloc_fn( cc, sizeof(struct _XArray) );
70 xa->cc = cc;
81 XArray* VG_(cloneXA)( const HChar* cc, const XArray* xa )
89 nyu_cc = cc ? cc : xa->cc;
94 nyu->cc = nyu_cc;
104 nyu->arr = nyu->alloc_fn( nyu->cc, nyu->totsizeE * nyu->elemSzB );
152 xa->arr = xa->alloc_fn(xa->cc, n * xa->elemSzB);
180 tmp = xa->alloc_fn(xa->cc, newsz * xa->elemSzB);