| /vim-8.2.3635/src/ |
| H A D | register.c | 784 int allocated; in insert_reg() local 809 if (allocated) in insert_reg() 855 *allocated = FALSE; in get_spec_reg() 871 *allocated = TRUE; in get_spec_reg() 889 *allocated = TRUE; in get_spec_reg() 901 *allocated = TRUE; in get_spec_reg() 912 *allocated = TRUE; in get_spec_reg() 1562 int allocated = FALSE; in do_put() local 2258 if (allocated) in do_put() 2610 int allocated; in get_reg_contents() local [all …]
|
| H A D | alloc.c | 219 static size_t allocated = 0; // allocated since last avail check in lalloc() local 252 allocated += size; in lalloc() 253 if (allocated < KEEP_ROOM / 2) in lalloc() 255 allocated = 0; in lalloc()
|
| H A D | viminfo.c | 980 int allocated = FALSE; in barline_parse() local 996 if (!allocated) in barline_parse() 1008 allocated = TRUE; in barline_parse() 1123 if (s != buf && allocated && !converted) in barline_parse() 1128 value->bv_allocated = allocated || converted; in barline_parse()
|
| H A D | change.c | 1387 char_u *allocated = NULL; // allocated memory in open_line() local 1800 allocated = leader; // remember to free it later in open_line() 2299 vim_free(allocated); in open_line()
|
| H A D | ex_getln.c | 3618 int allocated; in cmdline_paste() local 3640 i = get_spec_reg(regname, &arg, &allocated, TRUE); in cmdline_paste() 3680 if (allocated) in cmdline_paste()
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | splint.vim | 37 " foo.c:1003:2: Fresh storage var allocated 51 " A memory write may write to an address beyond the allocated buffer. (Use
|
| /vim-8.2.3635/src/proto/ |
| H A D | register.pro | 23 int get_spec_reg(int regname, char_u **argp, int *allocated, int errmsg);
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | Make_ming.mak | 6 # Now it is allocated dymanically by the linker by evaluating all DLLs
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | icon.vim | 27 syn match iconKeyword "&allocated"
|
| H A D | splint.vim | 39 syn keyword splintSpecTag contained uses sets defines allocated releases
|
| H A D | fortran.vim | 234 syn keyword fortranIntrinsic adjustl adjustr all allocated any associated bit_size btest ceiling co…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_modeline.vim | 6 " This was reading allocated memory in the past.
|
| H A D | test_statusline.vim | 525 " Used to write beyond allocated memory. This assumes MAXPATHL is 4096 bytes.
|
| H A D | test_vim9_script.vim | 2243 # will be allocated as one piece of memory, check that changes work
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | sign.txt | 543 allocated. Otherwise the specified number is used. {group} is 602 then a new unique identifier is allocated.
|
| H A D | version6.txt | 1580 allocated memory was growing steadily. Also when 'undolevels' is -1. 1687 - X11: When a color can't be allocated, use the nearest match from the 4876 Solution: Free the allocated memory. Also avoid an uninitialized memory 4893 Solution: Don't always copy the expanded option into allocated memory. 6319 Cscope interface: allocated a buffer too small. 8236 Solution: Make a copy of the option value in allocated memory. 11056 autocommands. Also avoids reading allocated memory after freeing. 11133 leaks. Fix comparing tags to avoid reading past allocated memory. 11670 variable. Clearing allocated memory in a complicated way. 12372 Solution: Fix the leaks by freeing the allocated memory. Don't use the [all …]
|
| H A D | version7.txt | 1300 allocated memory, running out of memory can always be detected. Allows 1631 as allocated by X11 library functions and the memory allocated in 2008 When setting $HOME allocated memory would leak. 3913 Also add allocated Dictionaries to the list of Dictionaries to 5825 Problem: Reading one byte before allocated memory. 5915 Solution: Copy "autocmd_fname" to allocated memory and expand to full 7408 Solution: Free allocated memory. (Dominique Pelle) 8108 Solution: Free allocated memory on exit. (Dominique Pelle) 12517 Solution: Check not going over allocated buffer size. 14617 Solution: Free the allocated memory. (Christian Brabandt) [all …]
|
| H A D | version5.txt | 2882 GUI: allocated fonts were never released. (Leonard) 3045 5.2.1: Win32 GUI: space for external command was not properly allocated, could 4288 allocated. Now it's allocated as soon as something is written in the buffer. 4970 Problem: When starting up, the screen structures were first allocated at 4981 screen structures re-allocated while redrawing the screen. This
|
| H A D | windows.txt | 1179 allocated for this buffer will be freed. The buffer remains
|
| H A D | todo.txt | 3531 an allocated structure? 4448 8 move_lines() copies every line into allocated memory, making reloading a 4493 7 do_cmdline(): Avoid that the command line is copied to allocated memory 4771 7 X11: Is it possible to free allocated colors, so that other programs can 5560 - In out-of-memory situations: Free allocated space in undo, and reduce the
|
| H A D | version8.txt | 5246 Problem: Accessing memory before an allocated block. 13077 Solution: Free allocated memory. (Hirohito Higashi) 16836 Problem: Might free a dict item that wasn't allocated. 16909 Solution: Check if allocated size is not too big. (King) 16914 Solution: Check if allocated size is not too big. (King) 19359 allocated. Fix typos. (Ken Takata) 35155 Problem: Accessing memory beyond allocated space. 37425 Problem: Might be freeing memory that was not allocated. 44286 Problem: Reading past allocated memory when using varargs. 44567 Solution: Store allocated memory in type growarray. [all …]
|
| H A D | options.txt | 5248 amount of memory in Kbyte that can be allocated before another 5251 will be allocated.
|
| H A D | eval.txt | 7292 DLL). If it points to allocated memory, that memory will
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 298 if response =~ 'New UI allocated' 307 if response =~ 'New UI allocated'
|