commit | 54e71d07d56b12573028b7ef56806e638753199a | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Dec 08 13:57:43 2022 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Jan 05 11:04:11 2023 +0000 |
tree | 38e96768260b5865039e863a31837130f51e99ff | |
parent | a32c37cf1aec3c352e2be3d472aea5230c2252bb [diff] |
pvmfw: heap: Implement malloc() and free() Implement the function pair on top of our global_allocator, for C dependencies. Bug: 256148034 Bug: 256827715 Test: - Change-Id: I800fc26a8b9b3656a13ffba083ee7f96ca86d879
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.