1. cdb52fc Make private/bionic_page.h available as platform/bionic/page.h. by Elliott Hughes · 6 years ago
  2. db6edcc Fix BionicAllocator comment by Ryan Prichard · 6 years ago
  3. 3019d78 libasync_safe: stop clobbering other folks' identifiers. by Elliott Hughes · 6 years ago
  4. 96773a2 Add BionicAllocator::memalign by Ryan Prichard · 6 years ago
  5. 083d850 Move the linker allocator into libc by Ryan Prichard · 6 years ago[Renamed (87%) from linker/linker_allocator.cpp]
  6. 52165b3 Replace some of linker_allocator's header includes by Ryan Prichard · 6 years ago
  7. 259429b Further improve of linker memory allocators by Vic Yang · 7 years ago
  8. 5493851 Reduce LinkerSmallObjectAllocator memory overhead by Vic Yang · 7 years ago
  9. de69660 Fix free pages count in LinkerSmallObjectAllocator by Vic Yang · 7 years ago
  10. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 7 years ago
  11. 7b0af7a Always log errno when aborting. by Elliott Hughes · 8 years ago
  12. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  13. bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 8 years ago
  14. 8cbe97d Remove unnecessary memsets in linker allocators by Dimitry Ivanov · 8 years ago
  15. 65707b6 Improvements to initialization of linker_allocator by Dimitry Ivanov · 9 years ago
  16. f857211 Use trivial types to avoid calls to new for globals by Dimitry Ivanov · 9 years ago
  17. d9d6a84 Unify names for pages allocated for small objects by Dimitry Ivanov · 9 years ago
  18. 3edc5c4 linker: align allocated blocks to 16 bytes by Dimitry Ivanov · 9 years ago
  19. 19656ce General purpose memory allocator for linker. by Dmitriy Ivanov · 10 years ago
  20. c9ce70d Refactoring: rename linker_allocator files by Dmitriy Ivanov · 10 years ago
  21. 05fc1d7 Add missing includes. by Elliott Hughes · 10 years ago
  22. 51a22a1 Label pages mapped by linker_allocator by Dmitriy Ivanov · 11 years ago
  23. 4151ea7 Fix global variable initialization for linker by Dmitriy Ivanov · 11 years ago
  24. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 11 years ago
  25. 1079406 Fix for linker allocator by Dmitriy Ivanov · 11 years ago
  26. bc23e53 Remove page level mprotects by Dmitriy Ivanov · 11 years ago
  27. d597d26 Refactor linker allocator by Dmitriy Ivanov · 11 years ago