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 305 static void* dinfo_zalloc(const HChar* ec, SizeT);
353 const HChar** arr = dinfo_zalloc("redir.asa.1", (n_req+1) * sizeof(HChar*));
579 replaced_sopatt = dinfo_zalloc("redir.rnnD.5",
597 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
662 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
1516 static void* dinfo_zalloc(const HChar* ec, SizeT n) { function
    [all...]

Completed in 253 milliseconds