Searched refs:xdl_malloc (Results 1 – 6 of 6) sorted by relevance
81 if (!(cf->rchash = (xdlclass_t **) xdl_malloc(cf->hsize * sizeof(xdlclass_t *)))) { in xdl_init_classifier()89 if (!(cf->rcrecs = (xdlclass_t **) xdl_malloc(cf->alloc * sizeof(xdlclass_t *)))) { in xdl_init_classifier()181 if (!(recs = (xrecord_t **) xdl_malloc(narec * sizeof(xrecord_t *)))) in xdl_prepare_ctx()189 if (!(rhash = (xrecord_t **) xdl_malloc(hsize * sizeof(xrecord_t *)))) in xdl_prepare_ctx()218 if (!(rchg = (char *) xdl_malloc((nrec + 2) * sizeof(char)))) in xdl_prepare_ctx()222 if (!(rindex = (long *) xdl_malloc((nrec + 1) * sizeof(long)))) in xdl_prepare_ctx()224 if (!(ha = (unsigned long *) xdl_malloc((nrec + 1) * sizeof(unsigned long)))) in xdl_prepare_ctx()391 if (!(dis = (char *) xdl_malloc(xdf1->nrec + xdf2->nrec + 2))) { in xdl_cleanup_records()
275 if (!(index.records = (struct record **) xdl_malloc(sz))) in find_lcs()281 if (!(index.line_map = (struct record **) xdl_malloc(sz))) in find_lcs()287 if (!(index.next_ptrs = (unsigned int *) xdl_malloc(sz))) in find_lcs()
155 xdl_malloc(result->alloc * sizeof(struct entry)); in fill_hashmap()203 struct entry **sequence = xdl_malloc(map->nr * sizeof(struct entry *)); in find_longest_common_sequence()
128 #define xdl_malloc(x) lalloc((x), TRUE) macro
337 if (!(kvd = (long *) xdl_malloc((2 * ndiags + 2) * sizeof(long)))) { in xdl_do_diff()379 if (!(xch = (xdchange_t *) xdl_malloc(sizeof(xdchange_t)))) in xdl_add_change()
101 if (!(ancur = (chanode_t *) xdl_malloc(sizeof(chanode_t) + cha->nsize))) { in xdl_cha_alloc()