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

/external/valgrind/include/
H A Dpub_tool_xarray.h49 typedef struct _XArray XArray; typedef in typeref:struct:_XArray
53 /* Create new XArray, using given allocation and free function, and
57 extern XArray* VG_(newXA) ( void*(*alloc_fn)(const HChar*,SizeT),
62 /* Free all memory associated with an XArray. */
63 extern void VG_(deleteXA) ( XArray* );
65 /* Set the comparison function for this XArray. This clears an
68 extern void VG_(setCmpFnXA) ( XArray*, XACmpFn_t);
70 /* Add an element to an XArray. Element is copied into the XArray.
73 extern Word VG_(addToXA) ( XArray*, cons
[all...]

Completed in 128 milliseconds