Name Date Size #Lines LOC

..--

patches/H25-Apr-2025-438410

Android.bpH A D25-Apr-20255.3 KiB195190

BUILD.gnH A D25-Apr-2025317 1511

DIR_METADATAH A D25-Apr-202590 76

LICENSEH A D25-Apr-202511.1 KiB203169

METADATAH A D25-Apr-2025267 98

MODULE_LICENSE_APACHE_2_0HD25-Apr-20250

README.chromiumH A D25-Apr-2025972 2221

ashmem-dev.cH A D25-Apr-20257.9 KiB269182

ashmem.hH A D25-Apr-20251.5 KiB5525

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