Home
last modified time | relevance | path

Searched refs:newBag (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/include/
Dpub_tool_wordfm.h172 WordBag* VG_(newBag) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
/external/valgrind/coregrind/
Dm_wordfm.c837 WordBag* VG_(newBag) ( void* (*alloc_nofail)( const HChar*, SizeT ), in VG_() argument
/external/valgrind/helgrind/
Dhg_main.c278 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNaw.1", HG_(free) ); in lockN_acquire_writer()
332 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNar.1", HG_(free) ); in lockN_acquire_reader()