1
0
forked from aniani/vim

patch 8.2.3301: memory allocation functions don't have their own place

Problem:    Memory allocation functions don't have their own place.
Solution:   Move memory allocation functions to alloc.c.  (Yegappan
            Lakshmanan, closes #8717)
This commit is contained in:
Yegappan Lakshmanan
2021-08-06 21:51:55 +02:00
committed by Bram Moolenaar
parent 11328bc7df
commit cbae580283
13 changed files with 938 additions and 884 deletions

View File

@@ -23,6 +23,7 @@ Most code can be found in a file with an obvious name (incomplete list):
File name | Description
--------------- | -----------
alloc.c | memory management
arglist.c | handling argument list
autocmd.c | autocommands
blob.c | blob data type