summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-09-12 13:26:31 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-09-12 13:26:31 +0000
commit7dd121aefd69a3ba2201a35698deaeda3a8a77ad (patch)
tree9181de1187197a7084a4ee2832a7a90765507047 /Porting
parent4629f7b1e029d8a4e18172106aa8b5ee48b5c2ad (diff)
downloadperl-7dd121aefd69a3ba2201a35698deaeda3a8a77ad.tar.gz
Detection of malloc_size and malloc_good_size
p4raw-id: //depot/perl@25387
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary8
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index ac31fa561e..3f18f4135d 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1215,6 +1215,14 @@ d_madvise (d_madvise.U):
This variable conditionally defines HAS_MADVISE if madvise() is
available to map a file into memory.
+d_malloc_size (d_malloc_size.U):
+ This symbol, if defined, indicates that the malloc_size
+ routine is available for use.
+
+d_malloc_good_size (d_malloc_good_size.U):
+ This symbol, if defined, indicates that the malloc_good_size
+ routine is available for use.
+
d_mblen (d_mblen.U):
This variable conditionally defines the HAS_MBLEN symbol, which
indicates to the C program that the mblen() routine is available