OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__alloc_
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/include/__memory/
allocation_guard.h
54
:
__alloc_
(_VSTD::move(__alloc))
56
, __ptr_(allocator_traits<_Alloc>::allocate(
__alloc_
, __n_)) // initialization order is important
62
allocator_traits<_Alloc>::deallocate(
__alloc_
, __ptr_, __n_);
79
_Alloc
__alloc_
;
member in struct:__allocation_guard
shared_ptr.h
54
_Alloc&
__alloc_
;
member in class:__allocator_destructor
59
:
__alloc_
(__a), __s_(__s) {}
62
{__alloc_traits::deallocate(
__alloc_
, __p, __s_);}
Completed in 99 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026