PortingOnDeviceWithLowRAM » History » Version 1
Denis 'GNUtoo' Carikli, 07/16/2021 03:18 PM
Start adding links
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. PortingOnDeviceWithLowRAM |
|---|---|---|---|
| 2 | |||
| 3 | h2. Links |
||
| 4 | |||
| 5 | * https://source.android.com/devices/tech/perf/low-ram : The official Android documentation has some information on some possible obtimizations |
||
| 6 | * https://source.android.com/devices/tech/debug/scudo : Using jemalloc instead of scudo might save some RAM: "Starting in the Android 11 release, scudo is used for all native code (except on low-memory devices, where jemalloc is still used)." |