check_malloc      253 gtags-parser/gctags.c 		words = (struct words *)check_malloc(sizeof(struct words) * tablesize);
check_malloc      257 gtags-parser/gctags.c 		p = (char *)check_malloc(strbuf_getlen(sb) + 1);
check_malloc       77 htags/assoc.c  	ASSOC *assoc = (ASSOC *)check_malloc(sizeof(ASSOC));
check_malloc     1411 htags/htags.c  	newargv = (const char **)check_malloc(sizeof(char *) * (*argc + count + 1));
check_malloc       76 htags/incop.c  		data = (struct data *)check_malloc(sizeof(struct data));
check_malloc       75 libutil/checkalloc.c 	char *p = check_malloc(strlen(string) + 1);
check_malloc       24 libutil/checkalloc.h void *check_malloc(size_t);
check_malloc      268 libutil/find.c 		listarray = (char **)check_malloc(sizeof(char *) * list_count);
check_malloc      601 libutil/gtagsop.c 		gtop->path_array = (char **)check_malloc(gtop->path_hash->entries * sizeof(char *));
check_malloc       91 libutil/idset.c 	IDSET *idset = (IDSET *)check_malloc(sizeof(IDSET));
check_malloc       45 libutil/pool.c #define obstack_chunk_alloc check_malloc
check_malloc      124 libutil/strbuf.c 	sb->sbuf = (char *)check_malloc(sb->sbufsize + 1);
check_malloc      156 libutil/strbuf.c 		sb->sbuf = (char *)check_malloc(sb->sbufsize + 1);
check_malloc       74 libutil/strhash.c #define obstack_chunk_alloc check_malloc
check_malloc      140 libutil/varray.c 			vb->vbuf = (char *)check_malloc(vb->size * vb->alloced);