|
Ran
|
Jobs
1
|
Files
22
|
Run time
1s
|
Badge
README BADGES
|
push
travis-ci
MB-21831 - mmap() using platform-specific AllocationGranularity This change attempts to fix a windows-specific issue with mmap(), where windows requires that mmap()'ing happens only at multiples of AllocationGranularity sizes. The issue was that AllocationGranularity might be larger than a page size. Regarding the new mmapRef.buf field, the idea is that once a memory region is mmap()'ed (which might have the larger size based on the AllocationGranularity), it needs to be sub-sliced back into a smaller buf that is the size expected by all the existing code. See also: https://social.msdn.microsoft.com/Forums/vstudio/en-US/972f36a4-26c9-466b-861a-5f40fa4cf4e7/about-the-dwallocationgranularity?forum=vclanguage Change-Id: I16c341fca Reviewed-on: http://review.couchbase.org/70502 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com>
2242 of 2668 relevant lines covered (84.03%)
9926.78 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 129.1 | 0 |
84.03 |
Travis Job 129.1 |