| commit | 6dac2dade42ed4f081ee8ebec05f09b12b2f62bf | [log] [tgz] |
|---|---|---|
| author | cristy <urban-warrior@git.imagemagick.org> | Tue Apr 16 19:10:51 2013 +0000 |
| committer | cristy <urban-warrior@git.imagemagick.org> | Tue Apr 16 19:10:51 2013 +0000 |
| tree | e41db6896dae3c39b282102da51571a55eb6d0c7 | |
| parent | 944e51f85a37c221fa0ff079367e94358737ec3c [diff] [blame] |
diff --git a/MagickCore/blob.c b/MagickCore/blob.c index 13f668a..7057742 100644 --- a/MagickCore/blob.c +++ b/MagickCore/blob.c
@@ -2154,6 +2154,9 @@ if (file == -1) #if defined(MAP_ANONYMOUS) flags|=MAP_ANONYMOUS; +#if defined(MAGICKCORE_HAVE_HUGEPAGES) && defined(MAP_HUGETLB) + flags|=MAP_HUGETLB; +#endif #else return((unsigned char *) NULL); #endif