Files
snmalloc/src/pal
Anand Krishnamoorthi c7736a2def OpenEnclave PAL: Store enclave heap base/end in inline variables. (#201)
PALOpenEnclave object is lazily constructed. I couldn't
figure out a straight-forward way to pass the heap bounds to
the constructor of PALOpenEnclave object.
As an alternative, store the bounds in inline static variables of
the PALOpenEnclave class and set them via static setup_initial_range
function.

- two_alloc_types/alloc1.cc
  Define oe_allocator_init to forward base, end values to
  PALOpenEnclave::setup_inital_range
- two_alloc_types/main.cc
  Use oe_allocator_init function to set up heap range.

- fixed_region/fixed_region.cc
  Initialize heap range via call to PALOpenEnclave::setup_inital_range.

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2020-05-28 19:04:33 +01:00
..
2020-05-23 15:42:10 +00:00
2020-05-23 15:42:10 +00:00
2020-05-23 15:42:10 +00:00
2020-05-23 15:42:10 +00:00
2019-08-01 14:57:15 +01:00
2020-05-23 15:42:10 +00:00
2020-05-23 15:42:10 +00:00
2020-05-23 15:42:10 +00:00
2020-05-27 13:42:32 +01:00