Home
last modified time | relevance | path

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

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