Changeset 8babe7f in git
- Timestamp:
- Nov 15, 2011, 11:25:34 AM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- a27bc9f9167515339c4e1503ba2e3935ac415e74
- Parents:
- 49ea49c53210337973c917f465c1b02dd3e8b222
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:25:34+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:57:52+01:00
- Location:
- omalloc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.am
r49ea49 r8babe7f 26 26 omalloc_provide.c omAllocFunc.c 27 27 28 EXTRA_DIST = omalloc.c omtTestAlloc.c omtTest.h 28 EXTRA_DIST = omalloc.c omtTestAlloc.c omtTest.h omMmap.c 29 29 30 30 INCLUDES=-I${top_srcdir}/.. -I${top_builddir}/.. -
omalloc/omAllocSystem.c
r49ea49 r8babe7f 127 127 #ifdef OM_HAVE_VALLOC_MMAP 128 128 129 #include <omalloc/omMmap.c> 129 #include "omMmap.c" 130 130 131 #define OM_VALLOC_FROM_SYSTEM omVallocMmap 131 132 #define OM_VFREE_TO_SYSTEM omVfreeMmap
Note: See TracChangeset
for help on using the changeset viewer.