summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-08-06 21:51:55 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-06 21:51:55 +0200
commitcbae5802832b29f3a1af4cb6b0fc8cf69f17cbf4 (patch)
treeca9812e45634ddce3042e0723892cae596c6e62c /src/README.md
parent11328bc7df0ecc47f4025a10bb86882a659e9994 (diff)
patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301
Problem: Memory allocation functions don't have their own place. Solution: Move memory allocation functions to alloc.c. (Yegappan Lakshmanan, closes #8717)
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
index a3a23be2d6..cefbecaef0 100644
--- a/src/README.md
+++ b/src/README.md
@@ -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