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 305 static void* dinfo_zalloc(HChar* ec, SizeT);
352 UChar** arr = dinfo_zalloc( "redir.asa.1", (n_req+1) * sizeof(UChar*) );
573 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
634 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
1385 static void* dinfo_zalloc(HChar* ec, SizeT n) { function
    [all...]

Completed in 323 milliseconds