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

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

Completed in 73 milliseconds