How to specify global heap as box thread heap?
Opened this issue · 1 comments
ccli8 commented
In https://github.com/ARMmbed/uvisor/raw/docs/uvisor-rtos-docs.pdf, it mentions allocation fallback scheme:
“page-backed thread heap” -> “static process heap” -> “insecure global heap”
The sample https://github.com/ARMmbed/mbed-os-example-uvisor-thread gives how to specify page-backed thread heap or static process heap as box thread heap. But how to specify insecure global heap as box thread heap even though it is insecure?
adbridge commented
ARM Internal Ref: IOTSEC-246