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

Add o1HeapReallocate #21

Open
thirtytwobits opened this issue Apr 9, 2024 · 1 comment
Open

Add o1HeapReallocate #21

thirtytwobits opened this issue Apr 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@thirtytwobits
Copy link

thirtytwobits commented Apr 9, 2024

supporting realloc would be particularly powerful when an allocation's fragment size was much larger then the requested allocation. Subsequent reallocs would incur no memory movement costs where the new size remained within the size of the fragment.

@thirtytwobits
Copy link
Author

Note that CETL::PMR support realloc which is an extension to the C++ standard that does not utilize this method.

@pavel-kirienko pavel-kirienko added the enhancement New feature or request label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants