Home
last modified time | relevance | path

Searched refs:__allocation_guard (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dallocation_guard.h44 struct __allocation_guard { struct
50 explicit __allocation_guard(_AllocT __alloc, _Size __n) in __allocation_guard() argument
57 ~__allocation_guard() _NOEXCEPT { in ~__allocation_guard() argument
H A Dshared_ptr.h952 __allocation_guard<_ControlBlockAllocator> __guard(__a, 1);
1051__allocation_guard<_StorageAlloc> __guard(__a, _ControlBlock::__bytes_for(__n) / sizeof(_AlignedSt…
1110 __allocation_guard<_ControlBlockAlloc> __guard(__a, 1);