Home
last modified time | relevance | path

Searched refs:OSetAlloc_t (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/include/
Dpub_tool_oset.h85 typedef void* (*OSetAlloc_t) ( const HChar* cc, SizeT szB ); typedef
106 extern OSet* VG_(OSetWord_Create) ( OSetAlloc_t alloc_fn, const HChar* cc,
207 OSetAlloc_t alloc_fn, const HChar* cc,
212 OSetAlloc_t alloc_fn,
/external/valgrind/coregrind/
Dm_oset.c115 OSetAlloc_t alloc_fn; // allocator
289 OSetAlloc_t alloc_fn, const HChar* cc, in VG_()
318 OSetAlloc_t alloc_fn, const HChar* cc, in VG_()
364 AvlTree* VG_(OSetWord_Create)(OSetAlloc_t alloc_fn, const HChar* cc, in VG_()