summaryrefslogtreecommitdiffstats
path: root/src/common/memory_util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #52 from lioncash/memorybunnei2014-08-181-5/+8
|\ | | | | Common: Correctly set ptr to null if mmap fails in memory_util
| * Common: Correctly set ptr to null if mmap fails in memory_utilLioncash2014-08-171-5/+8
| | | | | | | | On POSIX systems mmap will return MAP_FAILED ((void*)-1) instead of a null pointer.
* | Common: Move remaining C header includes over to their C++ equivalentLioncash2014-08-171-2/+2
|/
* fixed project includes to use new directory structurebunnei2014-04-091-3/+3
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+197