Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
patches/ | H | 25-Apr-2025 | - | 438 | 410 | |
Android.bp | H A D | 25-Apr-2025 | 5.3 KiB | 195 | 190 | |
BUILD.gn | H A D | 25-Apr-2025 | 317 | 15 | 11 | |
DIR_METADATA | H A D | 25-Apr-2025 | 90 | 7 | 6 | |
LICENSE | H A D | 25-Apr-2025 | 11.1 KiB | 203 | 169 | |
METADATA | H A D | 25-Apr-2025 | 267 | 9 | 8 | |
MODULE_LICENSE_APACHE_2_0 | HD | 25-Apr-2025 | 0 | |||
README.chromium | H A D | 25-Apr-2025 | 972 | 22 | 21 | |
ashmem-dev.c | H A D | 25-Apr-2025 | 7.9 KiB | 269 | 182 | |
ashmem.h | H A D | 25-Apr-2025 | 1.5 KiB | 55 | 25 |
README.chromium
1Name: Android 2URL: http://source.android.com 3Description: Android shared memory implementation. Only applies to OS_ANDROID. 4Version: 7203eb2a8a29a7b721a48cd291700f38f3da1456 5Security Critical: yes 6Shipped: yes 7License: Apache 2.0 8License File: LICENSE 9Patches: 10 0001-Add-ashmem-get-prot-region.path: 11 Add ashmem_get_prot_region() declaration and implementation to return 12 the current protection mask of a given Ashmem region. 13 0002-Use-AShareMemory-functions-when-possible.patch: 14 Use ASharedMemory_xxx() functions from libandroid.so when possible 15 in order to prepare for future devices without ashmem support. 16 0003-Pthread-once-for-funcs-init.patch: 17 Fix the data race that was introduced in the previous patch by using 18 pthread_once() for function pointers initialization. 19 0004-Fixup-ashmem_get_prot_region-for-memfd.patch: 20 mmap with MAP_PRIVATE is meant to succeed even on write-protected 21 memfd's as it will just copy-on-write. 22