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

/external/valgrind/coregrind/m_debuginfo/
H A Dmisc.c45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { function
/external/valgrind/coregrind/
H A Dm_redir.c305 static void* dinfo_zalloc(const HChar* ec, SizeT);
353 const HChar** arr = dinfo_zalloc("redir.asa.1", (n_req+1) * sizeof(HChar*));
601 replaced_sopatt = dinfo_zalloc("redir.rnnD.5",
619 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
693 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
1079 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1204 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec));
1207 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec));
1263 dinfo_zalloc,
1581 static void* dinfo_zalloc(cons function
[all...]

Completed in 3126 milliseconds