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

/external/valgrind/coregrind/
H A Dm_oset.c59 // Users have to allocate AvlNodes with OSetGen_AllocNode(), which allocates
142 " - node not allocated with VG_(OSetGen_AllocNode)()?\n"
426 void* VG_(OSetGen_AllocNode)(const AvlTree* t, SizeT elemSize) function
544 // Initialise. Even though OSetGen_AllocNode zeroes these fields,
565 Word* node = VG_(OSetGen_AllocNode)(t, sizeof(UWord));

Completed in 94 milliseconds