Searched defs:dinfo_zalloc (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dmisc.c45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { function
/external/valgrind/main/coregrind/
H A Dm_redir.c305 static void* dinfo_zalloc(const HChar* ec, SizeT);
352 HChar** arr = dinfo_zalloc( "redir.asa.1", (n_req+1) * sizeof(HChar*) );
573 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
634 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
1011 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1136 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec));
1140 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec));
1193 dinfo_zalloc,
1430 static void* dinfo_zalloc(const HChar* ec, SizeT n) { function

Completed in 92 milliseconds