aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-08 22:13:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-03-08 22:13:53 +0200
commit23e7f1057b1abdebb25fc7d2f11ee3f5360976a4 (patch)
treecdd91edb34458798d5c0a65cd4c476b01fbf76ec /gawkapi.c
parent586bb71fdbeb5041263a3e48392d79c5931df3c4 (diff)
parentc972e253abc34f8bd02f6ade74e7999a2b6d8a08 (diff)
downloadegawk-23e7f1057b1abdebb25fc7d2f11ee3f5360976a4.tar.gz
egawk-23e7f1057b1abdebb25fc7d2f11ee3f5360976a4.tar.bz2
egawk-23e7f1057b1abdebb25fc7d2f11ee3f5360976a4.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'gawkapi.c')
-rw-r--r--gawkapi.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gawkapi.c b/gawkapi.c
index fb456ce7..782cee48 100644
--- a/gawkapi.c
+++ b/gawkapi.c
@@ -1111,6 +1111,12 @@ gawk_api_t api_impl = {
api_clear_array,
api_flatten_array,
api_release_flattened_array,
+
+ /* Memory allocation */
+ malloc,
+ calloc,
+ realloc,
+ free,
};
/* init_ext_api --- init the extension API */