Home | History | Annotate | Download | only in drd

Lines Matching defs:msg_size

405       const unsigned msg_size = 256;
408 msg = VG_(malloc)("drd.main.dptj.1", msg_size);
410 VG_(snprintf)(msg, msg_size,
418 VG_(snprintf)(msg + VG_(strlen)(msg), msg_size - VG_(strlen)(msg),