HomeSort by relevance Sort by last modified time
    Searched refs:newFM (Results 1 - 12 of 12) sorted by null

  /external/valgrind/include/
pub_tool_wordfm.h 82 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
139 // VG_(newFM), as documented above.
  /external/valgrind/cachegrind/
cg_merge.c 69 WordFM* newFM( void* (*alloc_nofail)( SizeT ),
586 countsMap = newFM( malloc, free, cmp_unboxed_UWord );
691 cpf->outerMap = newFM ( malloc, free, cmp_FileFn );
    [all...]
  /external/valgrind/exp-sgcheck/
h_main.c 244 addr_to_seg_map = VG_(newFM)( VG_(malloc), "pc.h_main.attmEI.1",
sg_main.c 247 = VG_(newFM)( sg_malloc, "di.sg_main.iSBs.1", sg_free,
423 = VG_(newFM)( sg_malloc, "di.sg_main.iGBs.1", sg_free,
607 return VG_(newFM)( sg_malloc, "di.sg_main.nST.1", sg_free,
    [all...]
  /external/valgrind/coregrind/
m_wordfm.c 571 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar*, SizeT ),
704 // VG_(newFM), as documented above.
842 bag->fm = VG_(newFM)( alloc_nofail, cc, dealloc, NULL );
  /external/valgrind/helgrind/
hg_main.c 615 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free),
    [all...]
hg_errors.c 79 string_table = VG_(newFM)( HG_(zalloc), "hg.sts.1",
166 map_LockN_to_P = VG_(newFM)( HG_(zalloc), "hg.mLPfLN.1",
    [all...]
hg_wordset.c 369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc,
libhb_core.c     [all...]
  /external/valgrind/exp-dhat/
dh_main.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 362 = VG_(newFM)( VG_(malloc), "syswrap-darwin.pd.1",
    [all...]

Completed in 370 milliseconds