Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New PAL for open enclave #212

Merged
merged 2 commits into from
Jun 18, 2020
Merged

New PAL for open enclave #212

merged 2 commits into from
Jun 18, 2020

Conversation

mjp41
Copy link
Member

@mjp41 mjp41 commented Jun 17, 2020

This changes the implementation of the open enclacve pal to support
aligned allocations. This reduces the amount of memory required for
the initial reservation as the large allocator doesn't have to
overallocate to get alignment.

@mjp41 mjp41 requested review from sylvanc and achamayou June 17, 2020 11:58
@mjp41
Copy link
Member Author

mjp41 commented Jun 17, 2020

FYI @anakrish

This changes the implementation of the open enclacve pal to support
aligned allocations.  This reduces the amount of memory required for
the initial reservation as the large allocator doesn't have to
overallocate to get alignment.
@mjp41 mjp41 force-pushed the open_enclave_pal branch from a27f8c5 to 0f538f7 Compare June 18, 2020 10:46
@mjp41
Copy link
Member Author

mjp41 commented Jun 18, 2020

I added the new configuration for OE to this branch, and a bunch of tests that the general slab/superslab combination works.

@mjp41 mjp41 merged commit e393ac8 into microsoft:master Jun 18, 2020
@mjp41 mjp41 deleted the open_enclave_pal branch June 18, 2020 12:09
@mjp41 mjp41 mentioned this pull request Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants