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

compiler-rt: Deallocate memory in Deallocate() function #112

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

hygoni
Copy link
Owner

@hygoni hygoni commented Mar 29, 2024

the Deallocate() function set the object state to unallocated, but it did not free to the primary allocator.
let's free it.

On my machine with 64GiB ram, it was able to run a full SPEC CPU2017 benchmark (intrate)
(except for the Fortran one).

the Deallocate() function set the object state to unallocated,
but it did not free to the primary allocator.

let's free it.

Signed-off-by: Hyeonggon Yoo <[email protected]>
@hygoni hygoni linked an issue Mar 29, 2024 that may be closed by this pull request
@hygoni hygoni merged commit fd70bb5 into main Mar 29, 2024
1 check passed
@hygoni hygoni deleted the 111-deallocation-fix branch April 8, 2024 01:44
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.

Deallocation fix
1 participant