GLOB_ALLOC_N     1062 dir.c          	    char *buf = GLOB_ALLOC_N(char, m-p+1);
GLOB_ALLOC_N     1116 dir.c              char *buf = GLOB_ALLOC_N(char, len+len2);
GLOB_ALLOC_N     1264 dir.c          	    new_beg = new_end = GLOB_ALLOC_N(struct glob_pattern *, (end - beg) * 2);
GLOB_ALLOC_N     1296 dir.c          	copy_beg = copy_end = GLOB_ALLOC_N(struct glob_pattern *, end - beg);
GLOB_ALLOC_N     1306 dir.c          		name = GLOB_ALLOC_N(char, len);
GLOB_ALLOC_N     1314 dir.c          		new_beg = new_end = GLOB_ALLOC_N(struct glob_pattern *, end - beg);
GLOB_ALLOC_N     1367 dir.c              buf = GLOB_ALLOC_N(char, n + 1);
GLOB_ALLOC_N     1460 dir.c          	char *buf = GLOB_ALLOC_N(char, strlen(s) + 1);