Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
64 …inter __release_ptr() _NOEXCEPT { // not called __release() because it's a keyword in objective-c++ in __release_ptr()
71 _Pointer __get() const _NOEXCEPT { in __get()
77 _Size __n_;
78 _Pointer __ptr_;