bunnei
|
68c81f28d9
|
Merge pull request #52 from lioncash/memory
Common: Correctly set ptr to null if mmap fails in memory_util
|
2014-08-17 20:38:28 -04:00 |
|
Lioncash
|
cc9f352b66
|
Common: Correctly set ptr to null if mmap fails in memory_util
On POSIX systems mmap will return MAP_FAILED ((void*)-1) instead of a null pointer.
|
2014-08-17 14:08:43 -04:00 |
|
Lioncash
|
da6f24b374
|
Common: Move remaining C header includes over to their C++ equivalent
|
2014-08-17 13:54:06 -04:00 |
|
bunnei
|
de0a034a84
|
fixed project includes to use new directory structure
|
2014-04-08 20:15:08 -04:00 |
|
bunnei
|
63e46abdb8
|
got rid of 'src' folders in each sub-project
|
2014-04-08 19:25:03 -04:00 |
|