index
:
Project-1CE/bionic
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linker
/
linker_allocator.cpp
Age
Commit message (
Expand
)
Author
2019-01-25
Move the linker allocator into libc
Ryan Prichard
2019-01-25
Replace some of linker_allocator's header includes
Ryan Prichard
2018-12-12
Further improve of linker memory allocators
Vic Yang
2018-12-12
Reduce LinkerSmallObjectAllocator memory overhead
Vic Yang
2018-11-27
Fix free pages count in LinkerSmallObjectAllocator
Vic Yang
2018-08-22
Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>.
Elliott Hughes
2017-09-15
Always log errno when aborting.
Elliott Hughes
2017-05-03
Move libc_log code into libasync_safe.
Christopher Ferris
2017-02-15
Unify linker files under one license (BSD)
Dimitry Ivanov
2017-02-09
Remove unnecessary memsets in linker allocators
Dimitry Ivanov
2016-07-29
Improvements to initialization of linker_allocator
Dimitry Ivanov
2016-07-13
Use trivial types to avoid calls to new for globals
Dimitry Ivanov
2016-01-26
Unify names for pages allocated for small objects
Dimitry Ivanov
2016-01-21
linker: align allocated blocks to 16 bytes
Dimitry Ivanov
2015-03-16
General purpose memory allocator for linker.
Dmitriy Ivanov
2015-03-10
Refactoring: rename linker_allocator files
Dmitriy Ivanov
2015-01-28
Add missing includes.
Elliott Hughes
2014-08-11
Label pages mapped by linker_allocator
Dmitriy Ivanov
2014-07-24
Fix global variable initialization for linker
Dmitriy Ivanov
2014-05-14
Improve detection of already loaded libraries
Dmitriy Ivanov
2014-05-14
Fix for linker allocator
Dmitriy Ivanov
2014-05-13
Remove page level mprotects
Dmitriy Ivanov
2014-05-12
Refactor linker allocator
Dmitriy Ivanov