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

/external/valgrind/main/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
54 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
59 void VG_(deleteSWA) ( SparseWA* swa );
63 Bool VG_(addToSWA) ( SparseWA* swa, UWord key, UWord val );
70 Bool VG_(delFromSWA) ( SparseWA* swa,
78 Bool VG_(lookupSWA) ( SparseWA* swa,
83 void VG_(initIterSWA) ( SparseWA* swa );
89 Bool VG_(nextIterSWA)( SparseWA* sw
[all...]

Completed in 99 milliseconds