1. 731da1b Replace BIONIC_ROUND_UP_POWER_OF_2() with stdc_bit_ceil()/std::bit_ceil(). by Elliott Hughes · 6 months ago
  2. 193b0bc Replace __BIONIC_ALIGN() with __builtin_align_up(). by Elliott Hughes · 8 months ago
  3. 8f653f8 bionic_allocator: more detailed and consistent error reporting. by Elliott Hughes · 1 year, 8 months ago
  4. 2557f73 Consistently use %m rather than strerror() in logging. by Elliott Hughes · 2 years, 6 months ago
  5. bb11ee6 Remove PAGE_SIZE call sites. by Peter Collingbourne · 3 years, 9 months ago
  6. d500751 Add a thread-properties API by Vy Nguyen · 6 years ago
  7. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  8. cdb52fc Make private/bionic_page.h available as platform/bionic/page.h. by Elliott Hughes · 6 years ago
  9. db6edcc Fix BionicAllocator comment by Ryan Prichard · 7 years ago
  10. 3019d78 libasync_safe: stop clobbering other folks' identifiers. by Elliott Hughes · 7 years ago
  11. 96773a2 Add BionicAllocator::memalign by Ryan Prichard · 7 years ago
  12. 083d850 Move the linker allocator into libc by Ryan Prichard · 7 years ago[Renamed (87%) from linker/linker_allocator.cpp]
  13. 52165b3 Replace some of linker_allocator's header includes by Ryan Prichard · 7 years ago
  14. 259429b Further improve of linker memory allocators by Vic Yang · 7 years ago
  15. 5493851 Reduce LinkerSmallObjectAllocator memory overhead by Vic Yang · 7 years ago
  16. de69660 Fix free pages count in LinkerSmallObjectAllocator by Vic Yang · 7 years ago
  17. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 7 years ago
  18. 7b0af7a Always log errno when aborting. by Elliott Hughes · 8 years ago
  19. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  20. bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 9 years ago
  21. 8cbe97d Remove unnecessary memsets in linker allocators by Dimitry Ivanov · 9 years ago
  22. 65707b6 Improvements to initialization of linker_allocator by Dimitry Ivanov · 9 years ago
  23. f857211 Use trivial types to avoid calls to new for globals by Dimitry Ivanov · 10 years ago
  24. d9d6a84 Unify names for pages allocated for small objects by Dimitry Ivanov · 10 years ago
  25. 3edc5c4 linker: align allocated blocks to 16 bytes by Dimitry Ivanov · 10 years ago
  26. 19656ce General purpose memory allocator for linker. by Dmitriy Ivanov · 11 years ago
  27. c9ce70d Refactoring: rename linker_allocator files by Dmitriy Ivanov · 11 years ago
  28. 05fc1d7 Add missing includes. by Elliott Hughes · 11 years ago
  29. 51a22a1 Label pages mapped by linker_allocator by Dmitriy Ivanov · 11 years ago
  30. 4151ea7 Fix global variable initialization for linker by Dmitriy Ivanov · 11 years ago
  31. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 12 years ago
  32. 1079406 Fix for linker allocator by Dmitriy Ivanov · 12 years ago
  33. bc23e53 Remove page level mprotects by Dmitriy Ivanov · 12 years ago
  34. d597d26 Refactor linker allocator by Dmitriy Ivanov · 12 years ago