HomeSort by relevance Sort by last modified time
    Searched defs:dinfo_zalloc (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
misc.c 45 void* ML_(dinfo_zalloc) ( HChar* cc, SizeT szB ) { function
  /external/valgrind/main/coregrind/
m_redir.c 290 static void* dinfo_zalloc(HChar* ec, SizeT);
380 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
429 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
737 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
860 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec));
864 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec));
1094 static void* dinfo_zalloc(HChar* ec, SizeT n) { function
    [all...]

Completed in 47 milliseconds