History log of /bionic/linker/tests/linker_allocator_test.cpp
Revision Date Author Comments
65549969488bbce7f5d1b57714ba32c466943470 25-Jul-2014 Dmitriy Ivanov <dimitry@google.com> Fix global variable initialization for linker

Linker now calls init functions for itself.

(cherry picked from commit 4151ea73b75e274d1ff80b42d9d457a783208516)

Change-Id: I3300fe22de8ad8466a5b1c2d551429769a42852d
1079406cab09090cc11e26d4ac2f1ba9c4930cdb 14-May-2014 Dmitriy Ivanov <dimitry@google.com> Fix for linker allocator

Change-Id: I18a3f1a8515657f0deb69266184fb516a27f90e8
bc23e530c4db5175a065eeef36553c9c2c78fcf4 14-May-2014 Dmitriy Ivanov <dimitry@google.com> Remove page level mprotects

Freeing block mprotects on the page which it turn
may lead to application crash if linker subsequently
tries to modify another block on the page.

Bug: 14895266
Change-Id: I8ff7f5df467d7be184242de652032b3c84e24b76
d597d263bc32422402d4810ce4ec070f0227c2f7 06-May-2014 Dmitriy Ivanov <dimitry@google.com> Refactor linker allocator

Makes it reusable for different fixed sized and not very
big structures (<PAGE_SIZE).

Change-Id: Id5ec13fc6541b1935ef7fe3671c22b98685abbae