Skip to content

Force 8-byte alignment macOS issue #1

Description

@seiftnesse

[ RUN ] CustomAllocTest.AlignmentTest
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 1 not aligned properly
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 3 not aligned properly
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 7 not aligned properly
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 15 not aligned properly
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 17 not aligned properly
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 31 not aligned properly
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 33 not aligned properly
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 63 not aligned properly
/Users/runner/work/memoryallocator/memoryallocator/tests/test_allocator.cpp:586: Failure
Expected equality of these values:
addr % 8
Which is: 4
0
Allocation of size 65 not aligned properly

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions