Searched refs:alloc_fns (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c306 static XArray* alloc_fns; variable
312 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1",
314 #define DO(x) { Char* s = x; VG_(addToXA)(alloc_fns, &s); }
435 VG_(addToXA)(alloc_fns, &tmp_str);
903 if (is_member_fn(alloc_fns, buf)) {
2533 for (i = 0; i < VG_(sizeXA)(alloc_fns); i++) {
2534 Char** fn_ptr = VG_(indexXA)(alloc_fns, i);
2620 // Initialise alloc_fns and ignore_fns.

Completed in 67 milliseconds