Home
last modified time | relevance | path

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

/external/valgrind/main/include/
Dpub_tool_oset.h80 typedef void* (*OSetAlloc_t) ( HChar* cc, SizeT szB ); typedef
102 extern OSet* VG_(OSetWord_Create) ( OSetAlloc_t alloc, HChar* cc,
200 OSetAlloc_t alloc, HChar* cc,
205 OSetAlloc_t alloc, HChar* cc,
/external/valgrind/main/coregrind/
Dm_oset.c115 OSetAlloc_t alloc; // allocator
289 OSetAlloc_t _alloc, HChar* _cc, in VG_()
318 OSetAlloc_t _alloc, HChar* _cc, in VG_()
366 AvlTree* VG_(OSetWord_Create)(OSetAlloc_t _alloc, HChar* _cc, in VG_()