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

/external/valgrind/main/massif/
H A Dms_main.c2146 static HChar ip_desc_array[BUF_LEN]; local
2147 const HChar* ip_desc = ip_desc_array;
2162 // Nick thinks this case cannot happen. ip_desc_array would be
2177 ip_desc = VG_(describe_IP)(sxpt->Sig.ip-1, ip_desc_array, BUF_LEN);
2240 // Ok, print the child. NB: contents of ip_desc_array will be

Completed in 83 milliseconds