allocation function does not). Audit call sites.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14533
"libhb.event_map_init.4 (oldref tree)",
HG_(free)
);
- tl_assert(oldrefTree);
oldrefGen = 0;
oldrefGenIncAt = 0;
typedef struct _SparseWA SparseWA; /* opaque */
-// Create a new one, using the specified allocator/deallocator
+// Create a new one, using the specified allocator/deallocator.
+// Never returns NULL.
SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
const HChar* cc,
void(*dealloc)(void*) );