Searched defs:SparseWA (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_sparsewa.h43 // SparseWA: Interface //
49 // trivial to use SparseWA.
51 typedef struct _SparseWA SparseWA; /* opaque */ typedef in typeref:struct:_SparseWA
55 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
60 void VG_(deleteSWA) ( SparseWA* swa );
64 Bool VG_(addToSWA) ( SparseWA* swa, UWord key, UWord val );
68 Bool VG_(delFromSWA) ( SparseWA* swa,
75 Bool VG_(lookupSWA) ( const SparseWA* swa,
80 void VG_(initIterSWA) ( SparseWA* swa );
86 Bool VG_(nextIterSWA)( SparseWA* sw
[all...]

Completed in 199 milliseconds