HomeSort by relevance Sort by last modified time
    Searched refs:pool_allocator (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/angle_dx11/src/compiler/
Common.h 40 typedef pool_allocator<char> TStringAllocator;
59 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
61 typedef typename std::vector<T, pool_allocator<T> >::size_type size_type;
62 TVector() : std::vector<T, pool_allocator<T> >() {}
63 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {}
64 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {}
68 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D> > > {
70 typedef pool_allocator<std::pair<const K, D> > tAllocator;
PoolAlloc.h 30 // STL containers can use this allocator by using the pool_allocator
233 class pool_allocator { class
245 typedef pool_allocator<Other> other;
250 pool_allocator() : allocator(GetGlobalPoolAllocator()) { } function in class:pool_allocator
251 pool_allocator(TPoolAllocator& a) : allocator(&a) { } function in class:pool_allocator
252 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } function in class:pool_allocator
255 pool_allocator<T>& operator=(const pool_allocator<Other>& p) {
261 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { function in class:pool_allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
extc++.h 50 #include <ext/pool_allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
extc++.h 50 #include <ext/pool_allocator.h>

Completed in 2778 milliseconds

1 2