summaryrefslogtreecommitdiff
path: root/linker/tests/linker_block_allocator_test.cpp
AgeCommit message (Collapse)Author
2019-02-15Switch linker tests to Android.bp.Elliott Hughes
Life is easier if we just keep test code in the same directory as the stuff it's testing... Test: tests still build and pass Change-Id: I9b35d689098bdc28a71d69645b0ca9fdd6ea0108
2017-02-15Unify linker files under one license (BSD)Dimitry Ivanov
Historically we had part of the linker licensed under BSD and another part under Apache 2 license. This commit makes all the linker code licensed under BSD license. Test: m Change-Id: I11b8163ae75966b5768d3fe992679de376106515
2016-01-21linker: align allocated blocks to 16 bytesDimitry Ivanov
C/C++ requires the result of malloc/new to be aligned for any primitive type. Change-Id: I715b7679e738f34b3b409993fb3ef242e1321b7f
2015-03-10Rename LinkerAllocator and LinkerAllocatorPageDmitriy Ivanov
Change-Id: I87d80fbcd4ec26c0ee4f601b9c4c64f600418dd9
2015-03-10Refactoring: rename linker_allocator filesDmitriy Ivanov
Change-Id: Ifc08e64b3a85205f072b7abab1149c7ab71e2f75