Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 24 of 24) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c784 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 Dalloc.c219 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 Dviminfo.c980 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 Dchange.c1387 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 Dex_getln.c3618 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 Dsplint.vim37 " 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 Dregister.pro23 int get_spec_reg(int regname, char_u **argp, int *allocated, int errmsg);
/vim-8.2.3635/src/GvimExt/
H A DMake_ming.mak6 # Now it is allocated dymanically by the linker by evaluating all DLLs
/vim-8.2.3635/runtime/syntax/
H A Dicon.vim27 syn match iconKeyword "&allocated"
H A Dsplint.vim39 syn keyword splintSpecTag contained uses sets defines allocated releases
H A Dfortran.vim234 syn keyword fortranIntrinsic adjustl adjustr all allocated any associated bit_size btest ceiling co…
/vim-8.2.3635/src/testdir/
H A Dtest_modeline.vim6 " This was reading allocated memory in the past.
H A Dtest_statusline.vim525 " Used to write beyond allocated memory. This assumes MAXPATHL is 4096 bytes.
H A Dtest_vim9_script.vim2243 # will be allocated as one piece of memory, check that changes work
/vim-8.2.3635/runtime/doc/
H A Dsign.txt543 allocated. Otherwise the specified number is used. {group} is
602 then a new unique identifier is allocated.
H A Dversion6.txt1580 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 Dversion7.txt1300 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 Dversion5.txt2882 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 Dwindows.txt1179 allocated for this buffer will be freed. The buffer remains
H A Dtodo.txt3531 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 Dversion8.txt5246 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 Doptions.txt5248 amount of memory in Kbyte that can be allocated before another
5251 will be allocated.
H A Deval.txt7292 DLL). If it points to allocated memory, that memory will
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim298 if response =~ 'New UI allocated'
307 if response =~ 'New UI allocated'