Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Ddebug_allocator.h78 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
Dthrow_allocator.h655 std::allocator<value_type> _M_allocator; in _GLIBCXX_VISIBILITY() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Ddebug_allocator.h78 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
Dthrow_allocator.h655 std::allocator<value_type> _M_allocator; in _GLIBCXX_VISIBILITY() local
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dparallel_backend_tbb.h47 tbb::tbb_allocator<_Tp> _M_allocator; variable