summaryrefslogtreecommitdiffstats
path: root/src/alloc.h
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-04-03 11:22:38 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-03 11:22:38 +0100
commit72bb47e38f6805050ed6d969f17591bed71f83d4 (patch)
tree2a129b54c7d20524362720c8385128d5a7c7fc41 /src/alloc.h
parent58f331a05f5b7bdddf04e68b6e51a827fd0c43f0 (diff)
patch 8.2.4670: memory allocation failures for new tab page not testedv8.2.4670
Problem: Memory allocation failures for new tab page not tested. Solution: Add tests with failing memory allocation. (Yegappan Lakshmanan, closes #10067)
Diffstat (limited to 'src/alloc.h')
-rw-r--r--src/alloc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/alloc.h b/src/alloc.h
index 35c00b6083..58ae25c144 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -40,6 +40,9 @@ typedef enum {
aid_sign_getplaced_list,
aid_insert_sign,
aid_sign_getinfo,
- aid_buflistnew_bvars,
+ aid_newbuf_bvars,
+ aid_newwin_wvars,
+ aid_newtabpage_tvars,
+ aid_blob_alloc,
aid_last
} alloc_id_T;