Home | History | Annotate | Download | only in coregrind

Lines Matching refs:alloc_fn

115    OSetAlloc_t alloc_fn;   // allocator
289 OSetAlloc_t alloc_fn, const HChar* cc,
298 vg_assert(alloc_fn);
302 t = alloc_fn(cc, sizeof(AvlTree));
305 t->alloc_fn = alloc_fn;
318 OSetAlloc_t alloc_fn, const HChar* cc,
325 t = VG_(OSetGen_Create) (keyOff, cmp, alloc_fn, cc, free_fn);
333 t->alloc_fn,
347 t = os->alloc_fn(os->cc, sizeof(AvlTree));
350 t->alloc_fn = os->alloc_fn;
364 AvlTree* VG_(OSetWord_Create)(OSetAlloc_t alloc_fn, const HChar* cc,
367 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, alloc_fn, cc, free_fn);
435 n = t->alloc_fn( t->cc, nodeSize );