summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorPiJoules <6019989+PiJoules@users.noreply.github.com>2024-07-03 16:26:00 -0700
committerGitHub <noreply@github.com>2024-07-03 16:26:00 -0700
commit3eebeb7e50c49ece2788ff4d5ffab5cc6c3da455 (patch)
treeaf708b927a718961ce3145fcc5cc6f44f1e0aeea /lldb/test/API/python_api/thread/TestThreadAPI.py
parentd3a76b03d8f35903bc17cb85c14c9816c963cff6 (diff)
[libc] Add aligned_alloc (#96586)
This adds support for aligned_alloc with the freelist allocator. This works by finding blocks large enough to hold the requested size plus some shift amount that's at most the requested alignment. Blocks that meet this requirement but aren't properly aligned can be split such that the usable_space of a new block is aligned properly. The "padding" block created will be merged with the previous block if one exists.
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions