aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/memory_util.cpp
Commit message (Collapse)AuthorAge
* Merge pull request #52 from lioncash/memoryGravatar bunnei2014-08-17
|\ | | | | Common: Correctly set ptr to null if mmap fails in memory_util
| * Common: Correctly set ptr to null if mmap fails in memory_utilGravatar Lioncash2014-08-17
| | | | | | | | 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++ equivalentGravatar Lioncash2014-08-17
|/
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08