Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 515 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 515 Bytes

3rdparty

This directory contains third-party software used in Open Enclave. It contains the following directories:

  • dlmalloc - Dynamic memory allocator (used in oelibc)

  • musl - Standard C library implementation (used in oelibc)

  • libcxx - Standard C++ library (used in oelibcxx)

  • libcxxrt - C++ runtime support library (used in oelibcxx)

  • libunwind - C++ exception unwinding library (used in oelibcxx)

  • mbedtls - Crypto library