Open thirtytwobits opened 1 year ago
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&);
Add
size_t o1HeapMaxSize(O1HeapInstance* const handle)
so I can implementallocator_traits<T>::max_size(T&);
when using in C++.