commit | aaa08694ebe458950fe7df4017d2197b98c843f1 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Mar 10 13:55:19 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Mar 13 14:09:01 2023 +0000 |
tree | af5e23f830a6231626468d034aa9674b343de248 | |
parent | 4177a2207815a5a77d81b484c45e805d0c436a61 [diff] |
pvmfw: heap: Implement calloc() As our C dependencies may link against the symbol (either directly or indirectly, when the C compiler decides to replace malloc+memset), implement it and expose it to the linker. Test: TH Change-Id: Idfa7c43738d73dd209898dad0ae75162903d037e
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.