[scudo] Implement Fuchsia backend for the new MemMap API
authorFabio D'Urso <fdurso@google.com>
Fri, 30 Jun 2023 21:25:29 +0000 (23:25 +0200)
committerFabio D'Urso <fdurso@google.com>
Wed, 5 Jul 2023 12:07:37 +0000 (14:07 +0200)
commit3003da71540bb8483615e18f8ab379da39fa4512
treeb9d0943bdcebc78c40b92851e2d97189a3f291cd
parent71579569f4399d3cf6bc618dcd449b5388d749cc
[scudo] Implement Fuchsia backend for the new MemMap API

Reviewed By: Caslyn, Chia-hungDuan

Differential Revision: https://reviews.llvm.org/D153888
compiler-rt/lib/scudo/standalone/CMakeLists.txt
compiler-rt/lib/scudo/standalone/mem_map.h
compiler-rt/lib/scudo/standalone/mem_map_fuchsia.cpp [new file with mode: 0644]
compiler-rt/lib/scudo/standalone/mem_map_fuchsia.h [new file with mode: 0644]