We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 size_t o1HeapMaxSize(O1HeapInstance* const handle) so I can implement allocator_traits<T>::max_size(T&); when using in C++.
size_t o1HeapMaxSize(O1HeapInstance* const handle)
allocator_traits<T>::max_size(T&);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add
size_t o1HeapMaxSize(O1HeapInstance* const handle)
so I can implementallocator_traits<T>::max_size(T&);
when using in C++.The text was updated successfully, but these errors were encountered: