Searched defs:FreezableAlloc (Results 1 – 3 of 3) sorted by relevance
681 struct FreezableAlloc : std::allocator<T> { struct682 explicit FreezableAlloc(bool* f) : frozen(f) {} in FreezableAlloc() argument685 explicit FreezableAlloc(const FreezableAlloc<U>& other) in FreezableAlloc() function689 struct rebind {693 T* allocate(size_t n) { in allocate()698 bool* frozen;
700 struct FreezableAlloc : std::allocator<T> { struct701 explicit FreezableAlloc(bool* f) : frozen(f) {} in FreezableAlloc() function704 explicit FreezableAlloc(const FreezableAlloc<U>& other) in FreezableAlloc() function708 struct rebind {712 T* allocate(size_t n) { in allocate()717 bool* frozen;
701 struct FreezableAlloc : std::allocator<T> { struct702 explicit FreezableAlloc(bool* f) : frozen(f) {} in FreezableAlloc() function705 explicit FreezableAlloc(const FreezableAlloc<U>& other) in FreezableAlloc() argument709 struct rebind {713 T* allocate(size_t n) { in allocate()718 bool* frozen;