xdl_malloc        347 xdiff/xdiffi.c 	if (!(kvd = (long *) xdl_malloc((2 * ndiags + 2) * sizeof(long)))) {
xdl_malloc        389 xdiff/xdiffi.c 	if (!(xch = (xdchange_t *) xdl_malloc(sizeof(xdchange_t))))
xdl_malloc        298 xdiff/xhistogram.c 	if (!(index.records = (struct record **) xdl_malloc(sz)))
xdl_malloc        304 xdiff/xhistogram.c 	if (!(index.line_map = (struct record **) xdl_malloc(sz)))
xdl_malloc        310 xdiff/xhistogram.c 	if (!(index.next_ptrs = (unsigned int *) xdl_malloc(sz)))
xdl_malloc         63 xdiff/xmerge.c 		m = xdl_malloc(sizeof(xdmerge_t));
xdl_malloc        314 xdiff/xmerge.c 			xdmerge_t *m2 = xdl_malloc(sizeof(xdmerge_t));
xdl_malloc        558 xdiff/xmerge.c 		result->ptr = xdl_malloc(size);
xdl_malloc        600 xdiff/xmerge.c 		result->ptr = xdl_malloc(mf2->size);
xdl_malloc        604 xdiff/xmerge.c 		result->ptr = xdl_malloc(mf1->size);
xdl_malloc        143 xdiff/xpatience.c 		xdl_malloc(result->alloc * sizeof(struct entry));
xdl_malloc        191 xdiff/xpatience.c 	struct entry **sequence = xdl_malloc(map->nr * sizeof(struct entry *));
xdl_malloc         81 xdiff/xprepare.c 	if (!(cf->rchash = (xdlclass_t **) xdl_malloc(cf->hsize * sizeof(xdlclass_t *)))) {
xdl_malloc         89 xdiff/xprepare.c 	if (!(cf->rcrecs = (xdlclass_t **) xdl_malloc(cf->alloc * sizeof(xdlclass_t *)))) {
xdl_malloc        181 xdiff/xprepare.c 	if (!(recs = (xrecord_t **) xdl_malloc(narec * sizeof(xrecord_t *))))
xdl_malloc        189 xdiff/xprepare.c 		if (!(rhash = (xrecord_t **) xdl_malloc(hsize * sizeof(xrecord_t *))))
xdl_malloc        218 xdiff/xprepare.c 	if (!(rchg = (char *) xdl_malloc((nrec + 2) * sizeof(char))))
xdl_malloc        222 xdiff/xprepare.c 	if (!(rindex = (long *) xdl_malloc((nrec + 1) * sizeof(long))))
xdl_malloc        224 xdiff/xprepare.c 	if (!(ha = (unsigned long *) xdl_malloc((nrec + 1) * sizeof(unsigned long))))
xdl_malloc        390 xdiff/xprepare.c 	if (!(dis = (char *) xdl_malloc(xdf1->nrec + xdf2->nrec + 2))) {
xdl_malloc        105 xdiff/xutils.c 		if (!(ancur = (chanode_t *) xdl_malloc(sizeof(chanode_t) + cha->nsize))) {