lp_Smalloc       264 libproff/str.c           l->next = (struct strList *) lp_Smalloc (sizeof *l, desc);
lp_Smalloc       269 libproff/str.c           l = (struct strList *) lp_Smalloc (sizeof *l, desc);
lp_Smalloc       305 libproff/str.c           l->data = lp_Smalloc(l->len, desc);
lp_Smalloc       325 libproff/str.c           l->data = lp_Smalloc (l->len, desc);
lp_Smalloc        10 libproff/utils.h #define Smalloc(x) lp_Smalloc ((x), __FILE__ ":" STR(__LINE__))