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

Rework std::sys::windows::alloc #83065

Merged
merged 5 commits into from
Apr 2, 2021
Merged

Rework std::sys::windows::alloc #83065

merged 5 commits into from
Apr 2, 2021

Commits on Mar 26, 2021

  1. Rework std::sys::windows::alloc

    Add documentation to the system functions and `SAFETY` comments.
    Refactored helper functions, fixing the correctness of `get_header`.
    CDirkx committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    0dbed61 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: David Tolnay <dtolnay@gmail.com>
    CDirkx and dtolnay committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b01bf0e View commit details
    Browse the repository at this point in the history
  3. Cache GetProcessHeap

    CDirkx committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    4cce9e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    c86e098 View commit details
    Browse the repository at this point in the history
  2. Remove debug_assert

    CDirkx committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    db1d003 View commit details
    Browse the repository at this point in the history