Home
last modified time | relevance | path

Searched refs:itemsize (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dalloc.pro20 void ga_init2(garray_T *gap, int itemsize, int growsize);
/vim-8.2.3635/src/
H A Dalloc.c697 ga_init2(garray_T *gap, int itemsize, int growsize) in ga_init2() argument
700 gap->ga_itemsize = itemsize; in ga_init2()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt2946 A call to ga_init() was often followed by setting growsize and itemsize.