Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 25 of 59) sorted by relevance

123

/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp100 name = (char *)malloc(BUFSIZE); in getGvimInvocationW()
211 buf = (LPWSTR)malloc(len * sizeof(WCHAR)); in dyn_libintl_init()
212 buf2 = (LPWSTR)malloc(len2 * sizeof(WCHAR)); in dyn_libintl_init()
900 cmdStrW = (wchar_t *) malloc(cmdlen * sizeof(wchar_t)); in InvokeSingleGvim()
/vim-8.2.3635/src/libvterm/src/
H A Dvterm.c19 void *ptr = malloc(size); in default_malloc()
43 VTerm *vt = (*funcs->malloc)(sizeof(VTerm), allocdata); in vterm_new_with_allocator()
97 return (*vt->allocator->malloc)(size, vt->allocdata); in vterm_allocator_malloc()
/vim-8.2.3635/src/
H A Dvimrun.c80 cmd = malloc(cmdlen * sizeof(wchar_t)); in main()
H A Discygpty.c128 nameinfo = malloc(size + sizeof(WCHAR)); in is_cygpty()
H A Dosdef2.h.in8 extern char *malloc(unsigned int);
H A Ddosinst.h88 p = malloc(len); in alloc()
H A Dmessage_test.c182 char *buf = malloc(bsize); in test_vim_snprintf()
H A Dalloc.c244 if ((p = malloc(size)) != NULL) in lalloc()
H A Dos_unix.c3019 aclent = malloc(sizeof(vim_acl_solaris_T)); in mch_get_acl()
3025 aclent->acl_entry = malloc(aclent->acl_cnt * sizeof(aclent_t)); in mch_get_acl()
3039 aclent = malloc(aclsize); in mch_get_acl()
H A Dos_win32.c7173 to_name = malloc((wcslen(to) + wcslen(substream) + 1) * sizeof(WCHAR)); in copy_substream()
7599 argv = malloc((nArgsW + 1) * sizeof(char *)); in get_cmd_argsW()
7631 used_file_indexes = malloc(argc * sizeof(int)); in get_cmd_argsW()
H A Dfilepath.c37 newbuf = malloc(len * sizeof(*newbuf)); in get_short_pathname()
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c904 uint32_t *chars = malloc(sizeof(uint32_t) * len); in main()
930 unsigned char *buffer = malloc(len + 4); in main()
/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c173 property = (char *) malloc((unsigned) length); in sendToVim()
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h296 void *(*malloc)(size_t size, void *allocdata); member
/vim-8.2.3635/runtime/syntax/
H A Deuphoria4.vim121 syn keyword euphoria4Library lock_memory log10 lookup lower malloc mapping
H A Dlisp.vim477 syn keyword lispKey :arguments :return-type :library :full :malloc-free
/vim-8.2.3635/runtime/doc/
H A Ddevelop.txt237 malloc() alloc() Checks for out of memory situation
238 malloc() lalloc() Like alloc(), but has long argument
/vim-8.2.3635/src/po/
H A Dzh_TW.UTF-8.po3277 "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3280 "[呼叫] 全部 re/malloc(): %lu, 全部 free()': %lu\n"
5144 #~ msgid "couldn't malloc\n"
5145 #~ msgstr "無法使用 malloc\n"
H A Dzh_CN.cp936.po3706 "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3709 "[����] �ܹ� re/malloc(): %lu���ܹ� free()': %lu\n"
6050 #~ msgid "couldn't malloc\n"
6051 #~ msgstr "����ʹ�� malloc\n"
H A Dcs.cp1250.po1754 msgid "couldn't malloc\n"
1755 msgstr "vol�n� malloc selhalo\n"
3033 "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3036 "[vol�n�] celkem re/malloc(): %lu, celkem free() %lu\n"
H A Dcs.po1754 msgid "couldn't malloc\n"
1755 msgstr "vol�n� malloc selhalo\n"
3033 "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3036 "[vol�n�] celkem re/malloc(): %lu, celkem free() %lu\n"
H A Dzh_CN.po3706 "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3709 "[����] �ܹ� re/malloc(): %lu���ܹ� free()': %lu\n"
6050 #~ msgid "couldn't malloc\n"
6051 #~ msgstr "����ʹ�� malloc\n"
H A Dzh_TW.po3270 "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3273 "[�I�s] ���� re/malloc(): %lu, ���� free()': %lu\n"
5137 #~ msgid "couldn't malloc\n"
5138 #~ msgstr "�L�k�ϥ� malloc\n"
H A Dzh_CN.UTF-8.po3706 "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3709 "[调用] 总共 re/malloc(): %lu,总共 free()': %lu\n"
6050 #~ msgid "couldn't malloc\n"
6051 #~ msgstr "不能使用 malloc\n"
H A Daf.po3251 "[calls] total re/malloc()'s %lu, total free()'s %lu\n"
3254 "[roepe] totaal re/malloc()'s %lu, totale free()'s %lu\n"
5117 #~ msgid "couldn't malloc\n"
5118 #~ msgstr "kon nie 'malloc' nie\n"

123