index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
binder
/
MemoryHeapBase.cpp
Age
Commit message (
Expand
)
Author
2023-08-11
File size seal for memory mapped region
Keith Mok
2023-05-18
Fix -Wnullable-to-nonnull-conversion error
zijunzhao
2022-05-24
Update MemoryHeapBase to avoid abort
Atneya Nair
2022-03-14
Add explicit memfd support to MemoryHeapBase
Atneya Nair
2020-10-26
MemoryHeapBase: Map as read-only when needed
Ytai Ben-Tsvi
2019-09-27
Remove extraneous semicolon.
Steven Moreland
2018-10-24
Fix binder memory handling for 64 bit devices
Andy Hung
2018-06-07
[binder] Replace NULL/0 with nullptr
Yi Kong
2017-01-12
Replace cutils/log.h and rationalize log/log.h and android/log.h
Mark Salyzyn
2017-01-12
resolve merge conflicts of a2c2d11f9 to master
Mark Salyzyn
2017-01-11
Replace cutils/log.h and rationalize log/log.h and android/log.h
Mark Salyzyn
2016-12-28
resolve merge conflicts of 525a5f2 to master
Mark Salyzyn
2016-12-22
Replace cutils/log.h and rationalize log/log.h and android/log.h
Mark Salyzyn
2016-12-17
libbinder: replace dup() with fcntl(F_DUPFD_CLOEXEC)
Nick Kralevich
2013-11-21
Remove references to obsolete pmem functionality.
Elliott Hughes
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-06-27
MemoryHeapBase: Save and binderize the offset
Anu Sundararajan
2011-02-16
Clean up use of HAVE_ANDROID_OS
Kenny Root
2009-10-30
libbinder: add a NO_CACHING flag to MemoryHeapBase
Iliyan Malchev
2009-08-20
Add offset handling in MemoryHeapBase class
Benny Wong
2009-05-20
move libbinder's header files under includes/binder
Mathias Agopian
2009-05-20
checkpoint: split libutils into libutils + libbinder
Mathias Agopian