mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 15:09:31 +03:00
fix proteced status in stl allocator (pr #625)#
This commit is contained in:
parent
7dce31f743
commit
78690fbec2
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ template<class T> struct mi_heap_stl_allocator {
|
||||||
|
|
||||||
void collect(bool force) { mi_heap_collect(this->heap.get(), force); }
|
void collect(bool force) { mi_heap_collect(this->heap.get(), force); }
|
||||||
|
|
||||||
protected:
|
// protected:
|
||||||
std::shared_ptr<mi_heap_t> heap;
|
std::shared_ptr<mi_heap_t> heap;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Reference in a new issue