mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-27 21:47:20 +08:00
fix proteced status in stl allocator (pr #625)#
This commit is contained in:
parent
7dce31f743
commit
78690fbec2
@ -506,7 +506,7 @@ template<class T> struct mi_heap_stl_allocator {
|
||||
|
||||
void collect(bool force) { mi_heap_collect(this->heap.get(), force); }
|
||||
|
||||
protected:
|
||||
// protected:
|
||||
std::shared_ptr<mi_heap_t> heap;
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user