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

macOS: buildTopology in kernel now fills output buffer directly #440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 14, 2022

  1. macOS: buildTopology in kernel now fills output buffer directly

    Previously, buildTopology would allocate a buffer, fill it, and copy
    it to the output buffer.  The buffer passed from userland is of the
    same type that the kernel needs, and it is easier to fill it directly.
    Also added comment clarifying need to keep types in user/kernel land
    in sync.
    nealsid committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b363f43 View commit details
    Browse the repository at this point in the history