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

  /external/valgrind/coregrind/m_debuginfo/
misc.c 45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { function
  /external/valgrind/coregrind/
m_redir.c 306 static void* dinfo_zalloc(const HChar* ec, SizeT);
354 const HChar** arr = dinfo_zalloc("redir.asa.1", (n_req+1) * sizeof(HChar*));
600 replaced_sopatt = dinfo_zalloc("redir.rnnD.5",
629 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
712 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
1652 static void* dinfo_zalloc(const HChar* ec, SizeT n) { function
    [all...]

Completed in 318 milliseconds