OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_allocator
(Results
1 - 22
of
22
) sorted by null
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
debug_allocator.h
91
_Alloc
_M_allocator
;
116
:
_M_allocator
(__a2.
_M_allocator
), _M_extra(_S_extra()) { }
119
:
_M_allocator
(__a), _M_extra(_S_extra()) { }
124
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
133
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
148
_M_allocator
.deallocate(__real_p, __n + _M_extra);
156
{ _Traits::construct(
_M_allocator
, __p, __val); }
163
_Traits::construct(
_M_allocator
, __p,
171
{ _Traits::destroy(
_M_allocator
, __p);
[
all
...]
throw_allocator.h
811
std::allocator<value_type>
_M_allocator
;
818
{ return
_M_allocator
.max_size(); }
835
pointer const a =
_M_allocator
.allocate(__n, hint);
845
_M_allocator
.construct(__p, std::forward<_Args>(__args)...);
854
_M_allocator
.destroy(__p);
859
{ return
_M_allocator
.construct(__p, val); }
863
{
_M_allocator
.destroy(__p); }
870
_M_allocator
.deallocate(__p, __n);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
debug_allocator.h
79
_Alloc
_M_allocator
;
91
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
100
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
117
_M_allocator
.deallocate(__real_p, __n + _M_extra);
throw_allocator.h
615
std::allocator<value_type>
_M_allocator
;
622
{ return
_M_allocator
.max_size(); }
637
pointer const a =
_M_allocator
.allocate(__n, hint);
644
{ return
_M_allocator
.construct(__p, val); }
650
{ return
_M_allocator
.construct(__p, std::forward<_Args>(__args)...); }
655
{
_M_allocator
.destroy(__p); }
661
_M_allocator
.deallocate(__p, __n);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h
78
_Alloc
_M_allocator
;
90
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
99
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
116
_M_allocator
.deallocate(__real_p, __n + _M_extra);
throw_allocator.h
655
std::allocator<value_type>
_M_allocator
;
662
{ return
_M_allocator
.max_size(); }
679
pointer const a =
_M_allocator
.allocate(__n, hint);
688
{ return
_M_allocator
.construct(__p, std::forward<_Args>(__args)...); }
693
{
_M_allocator
.destroy(__p); }
697
{ return
_M_allocator
.construct(__p, val); }
701
{
_M_allocator
.destroy(__p); }
708
_M_allocator
.deallocate(__p, __n);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
debug_allocator.h
78
_Alloc
_M_allocator
;
90
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
99
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
116
_M_allocator
.deallocate(__real_p, __n + _M_extra);
throw_allocator.h
655
std::allocator<value_type>
_M_allocator
;
662
{ return
_M_allocator
.max_size(); }
679
pointer const a =
_M_allocator
.allocate(__n, hint);
688
{ return
_M_allocator
.construct(__p, std::forward<_Args>(__args)...); }
693
{
_M_allocator
.destroy(__p); }
697
{ return
_M_allocator
.construct(__p, val); }
701
{
_M_allocator
.destroy(__p); }
708
_M_allocator
.deallocate(__p, __n);
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h
77
_Alloc
_M_allocator
;
89
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
98
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
115
_M_allocator
.deallocate(__real_p, __n + _M_extra);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h
77
_Alloc
_M_allocator
;
89
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
98
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
115
_M_allocator
.deallocate(__real_p, __n + _M_extra);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h
77
_Alloc
_M_allocator
;
89
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
98
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
115
_M_allocator
.deallocate(__real_p, __n + _M_extra);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
debug_allocator.h
77
_Alloc
_M_allocator
;
89
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
98
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
115
_M_allocator
.deallocate(__real_p, __n + _M_extra);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
debug_allocator.h
79
_Alloc
_M_allocator
;
91
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
100
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
117
_M_allocator
.deallocate(__real_p, __n + _M_extra);
throw_allocator.h
615
std::allocator<value_type>
_M_allocator
;
622
{ return
_M_allocator
.max_size(); }
637
pointer const a =
_M_allocator
.allocate(__n, hint);
644
{ return
_M_allocator
.construct(__p, val); }
650
{ return
_M_allocator
.construct(__p, std::forward<_Args>(__args)...); }
655
{
_M_allocator
.destroy(__p); }
661
_M_allocator
.deallocate(__p, __n);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
debug_allocator.h
79
_Alloc
_M_allocator
;
91
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
100
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
117
_M_allocator
.deallocate(__real_p, __n + _M_extra);
throw_allocator.h
615
std::allocator<value_type>
_M_allocator
;
622
{ return
_M_allocator
.max_size(); }
639
pointer const a =
_M_allocator
.allocate(__n, hint);
648
{ return
_M_allocator
.construct(__p, std::forward<_Args>(__args)...); }
653
{
_M_allocator
.destroy(__p); }
657
{ return
_M_allocator
.construct(__p, val); }
661
{
_M_allocator
.destroy(__p); }
668
_M_allocator
.deallocate(__p, __n);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
debug_allocator.h
79
_Alloc
_M_allocator
;
91
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
100
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
117
_M_allocator
.deallocate(__real_p, __n + _M_extra);
throw_allocator.h
615
std::allocator<value_type>
_M_allocator
;
622
{ return
_M_allocator
.max_size(); }
637
pointer const a =
_M_allocator
.allocate(__n, hint);
644
{ return
_M_allocator
.construct(__p, val); }
650
{ return
_M_allocator
.construct(__p, std::forward<_Args>(__args)...); }
655
{
_M_allocator
.destroy(__p); }
661
_M_allocator
.deallocate(__p, __n);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
debug_allocator.h
79
_Alloc
_M_allocator
;
91
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
100
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
117
_M_allocator
.deallocate(__real_p, __n + _M_extra);
throw_allocator.h
615
std::allocator<value_type>
_M_allocator
;
622
{ return
_M_allocator
.max_size(); }
639
pointer const a =
_M_allocator
.allocate(__n, hint);
648
{ return
_M_allocator
.construct(__p, std::forward<_Args>(__args)...); }
653
{
_M_allocator
.destroy(__p); }
657
{ return
_M_allocator
.construct(__p, val); }
661
{
_M_allocator
.destroy(__p); }
668
_M_allocator
.deallocate(__p, __n);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
debug_allocator.h
78
_Alloc
_M_allocator
;
90
pointer __res =
_M_allocator
.allocate(__n + _M_extra);
99
pointer __res =
_M_allocator
.allocate(__n + _M_extra, __hint);
116
_M_allocator
.deallocate(__real_p, __n + _M_extra);
throw_allocator.h
655
std::allocator<value_type>
_M_allocator
;
662
{ return
_M_allocator
.max_size(); }
679
pointer const a =
_M_allocator
.allocate(__n, hint);
688
{ return
_M_allocator
.construct(__p, std::forward<_Args>(__args)...); }
693
{
_M_allocator
.destroy(__p); }
697
{ return
_M_allocator
.construct(__p, val); }
701
{
_M_allocator
.destroy(__p); }
708
_M_allocator
.deallocate(__p, __n);
Completed in 1603 milliseconds