| /vim-8.2.3635/src/ |
| H A D | os_vms.c | 411 vms_fmatch = vim_realloc(old_vms_fmatch, in vms_wproc() 500 *file = vim_realloc(old_file, sizeof(char_u **) * files_alloced); in mch_expand_wildcards() 658 buf = vim_realloc(buf, buflen * sizeof(char)); in vms_fixfilename()
|
| H A D | if_cscope.c | 1382 csinfo = vim_realloc(csinfo, sizeof(csinfo_T)*csinfo_size); in cs_insert_filelist() 1975 buf = vim_realloc(buf, newsize); in cs_print_tags_priv() 2003 buf = vim_realloc(buf, newsize); in cs_print_tags_priv()
|
| H A D | alloc.c | 733 pp = vim_realloc(gap->ga_data, new_len); in ga_grow_inner()
|
| H A D | netbeans.c | 689 buf_list = vim_realloc(buf_list, bufsize); in nb_get_buf() 3235 globalsignmap = vim_realloc(globalsignmap, in addsigntype() 3272 buf->signmap = vim_realloc(buf->signmap, in addsigntype()
|
| H A D | vim.h | 2334 # define vim_realloc(ptr, size) mem_realloc((ptr), (size)) macro 2336 # define vim_realloc(ptr, size) realloc((ptr), (size)) macro
|
| H A D | filepath.c | 54 newbuf = vim_realloc(newbuf, (l + 1) * sizeof(*newbuf)); in get_short_pathname() 1822 if ((s = vim_realloc(prev, prevlen + len + 1)) != NULL) in read_file_or_blob() 1917 newprev = vim_realloc(prev, prevsize); in read_file_or_blob()
|
| H A D | buffer.c | 4222 new_items = vim_realloc(stl_items, sizeof(stl_item_T) * new_len); in build_stl_str_hl() 4226 new_groupitem = vim_realloc(stl_groupitem, sizeof(int) * new_len); in build_stl_str_hl() 4230 new_hlrec = vim_realloc(stl_hltab, sizeof(stl_hlrec_T) * new_len); in build_stl_str_hl() 4234 new_hlrec = vim_realloc(stl_tabtab, sizeof(stl_hlrec_T) * new_len); in build_stl_str_hl()
|
| H A D | misc2.c | 2545 p = vim_realloc(environ[i], strlen(string) + 1); in putenv() 2612 env = vim_realloc((char *)environ, esize * sizeof (*env)); in moreenv()
|
| H A D | quickfix.c | 637 if ((p = vim_realloc(state->growbuf, state->linelen + 1)) == NULL) in qf_grow_linebuf() 807 if ((p = vim_realloc(state->growbuf, state->growbufsiz)) == NULL) in qf_get_next_file_line() 1007 if ((p = vim_realloc(fields->errmsg, linelen + 1)) == NULL) in copy_nonerror_line() 1034 if ((p = vim_realloc(fields->errmsg, len + 1)) == NULL) in qf_parse_fmt_m()
|
| H A D | misc1.c | 824 buf = vim_realloc(buf, buflen); in get_keystroke()
|
| H A D | findfile.c | 443 ptr = vim_realloc(search_ctx->ffsc_stopdirs_v, in vim_findfile_init()
|
| H A D | tag.c | 3918 buf = vim_realloc(name_buf, name_buf_size); in expand_tags()
|
| H A D | memline.c | 5565 buf->b_ml.ml_chunksize = vim_realloc(buf->b_ml.ml_chunksize, in ml_updatechunk()
|
| H A D | eval.c | 4442 pp = vim_realloc(exestack.ga_data, new_len); in garbage_collect()
|
| H A D | normal.c | 3774 newbuf = vim_realloc(buf, STRLEN(buf) + STRLEN(p) + 1); in nv_ident()
|
| H A D | regexp_nfa.c | 4679 newt = vim_realloc(l->t, newsize); in addstate()
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xdiff.h | 130 #define xdl_realloc(ptr,x) vim_realloc((ptr),(x))
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 4309 vim_realloc was both defined and had a prototype in proto/misc2.pro. Caused 4751 that, which could cause problems with the vim_realloc() macro.
|
| H A D | version7.txt | 7611 realloc/vim_realloc. 7617 realloc/vim_realloc. 13385 Problem: Crash in vim_realloc() when using MEM_PROFILE.
|
| H A D | version8.txt | 4188 Problem: May leak memory or crash when vim_realloc() returns NULL. 25548 Solution: Split it in parts. Properly handle vim_realloc() failing.
|