comparison src/alloc.h @ 28289:cdaff4db7760 v8.2.4670

patch 8.2.4670: memory allocation failures for new tab page not tested Commit: https://github.com/vim/vim/commit/72bb47e38f6805050ed6d969f17591bed71f83d4 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Apr 3 11:22:38 2022 +0100 patch 8.2.4670: memory allocation failures for new tab page not tested Problem: Memory allocation failures for new tab page not tested. Solution: Add tests with failing memory allocation. (Yegappan Lakshmanan, closes #10067)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 12:30:03 +0200
parents a4aad5142959
children f24d4826e6bf
comparison
equal deleted inserted replaced
28288:a044daf370c5 28289:cdaff4db7760
38 aid_sign_getlist, 38 aid_sign_getlist,
39 aid_sign_getplaced_dict, 39 aid_sign_getplaced_dict,
40 aid_sign_getplaced_list, 40 aid_sign_getplaced_list,
41 aid_insert_sign, 41 aid_insert_sign,
42 aid_sign_getinfo, 42 aid_sign_getinfo,
43 aid_buflistnew_bvars, 43 aid_newbuf_bvars,
44 aid_newwin_wvars,
45 aid_newtabpage_tvars,
46 aid_blob_alloc,
44 aid_last 47 aid_last
45 } alloc_id_T; 48 } alloc_id_T;