Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocation_guard.h47 struct __allocation_guard { struct
53 explicit __allocation_guard(_AllocT __alloc, _Size __n) in __allocation_guard() argument
60 ~__allocation_guard() _NOEXCEPT { in ~__allocation_guard() argument
67 …inter __release_ptr() _NOEXCEPT { // not called __release() because it's a keyword in objective-c++ in __release_ptr()
74 _Pointer __get() const _NOEXCEPT { in __get()
80 _Size __n_;
81 _Pointer __ptr_;