GLOB_ALLOC_N     1431 dir.c          	    buf = GLOB_ALLOC_N(char, m-p+1);
GLOB_ALLOC_N     1483 dir.c              char *buf = GLOB_ALLOC_N(char, len+namlen+(dirsep?1:0)+1);
GLOB_ALLOC_N     1859 dir.c          	    new_beg = new_end = GLOB_ALLOC_N(struct glob_pattern *, (end - beg) * 2);
GLOB_ALLOC_N     1907 dir.c          	copy_beg = copy_end = GLOB_ALLOC_N(struct glob_pattern *, end - beg);
GLOB_ALLOC_N     1918 dir.c          		name = GLOB_ALLOC_N(char, len);
GLOB_ALLOC_N     1927 dir.c          		new_beg = new_end = GLOB_ALLOC_N(struct glob_pattern *, end - beg);
GLOB_ALLOC_N     1988 dir.c              buf = GLOB_ALLOC_N(char, n + 1);
GLOB_ALLOC_N     2091 dir.c          	char *buf = GLOB_ALLOC_N(char, len);