Searched refs:xdl_realloc (Results 1 – 2 of 2) sorted by relevance
130 #define xdl_realloc(ptr,x) vim_realloc((ptr),(x)) macro
133 if (!(rcrecs = (xdlclass_t **) xdl_realloc(cf->rcrecs, cf->alloc * sizeof(xdlclass_t *)))) { in xdl_classify_record()201 if (!(rrecs = (xrecord_t **) xdl_realloc(recs, narec * sizeof(xrecord_t *)))) in xdl_prepare_ctx()