Home | History | Annotate | Download | only in massif

Lines Matching refs:alloc_fns

287 static XArray* alloc_fns;
293 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1",
295 #define DO(x) { const HChar* s = x; VG_(addToXA)(alloc_fns, &s); }
397 VG_(addToXA)(alloc_fns, &tmp_str);
525 if (top_has_fnname && VG_(strIsMemberXA)(alloc_fns, fnname)) {
2011 for (i = 0; i < VG_(sizeXA)(alloc_fns); i++) {
2012 HChar** fn_ptr = VG_(indexXA)(alloc_fns, i);
2122 // Initialise alloc_fns and ignore_fns.