Lines Matching defs:smp
1060 struct simple_malloc_record_s *smp = dbg->de_simple_malloc_base;
1062 while (smp) {
1066 for (i = 0; i < smp->sr_used; ++i) {
1069 cur = &smp->sr_entry[i];
1075 prev_smp = smp;
1076 smp = smp->sr_next;
1233 struct simple_malloc_record_s *smp = dbg->de_simple_malloc_base;
1235 while (smp) {
1238 for (i = 0; i < smp->sr_used; ++i) {
1241 cur = &smp->sr_entry[i];
1250 smp = smp->sr_next;