HomeSort by relevance Sort by last modified time
    Searched full:pool_allocator (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Common.h 52 typedef pool_allocator<char> TStringAllocator;
71 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
73 typedef typename std::vector<T, pool_allocator<T> >::size_type size_type;
74 TVector() : std::vector<T, pool_allocator<T> >() {}
75 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {}
76 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {}
80 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D> > > {
82 typedef pool_allocator<std::pair<const K, D> > tAllocator;
PoolAlloc.h 30 // STL containers can use this allocator by using the pool_allocator
239 class pool_allocator { class
251 typedef pool_allocator<Other> other;
256 pool_allocator() : allocator(GlobalPoolAllocator) { } function in class:pool_allocator
257 pool_allocator(TPoolAllocator& a) : allocator(a) { } function in class:pool_allocator
258 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } function in class:pool_allocator
261 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } function in class:pool_allocator
287 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator();
    [all...]
  /prebuilt/linux-x86/toolchain/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>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
extc++.h 48 #include <ext/pool_allocator.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 39 /** @file ext/pool_allocator.h
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 39 /** @file ext/pool_allocator.h
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 39 /** @file ext/pool_allocator.h
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog 710 (pool_allocator::allocate):
711 (pool_allocator::deallocate):
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.a     [all...]
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libstdc++.a     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libstdc++.a     [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libstdc++.a     [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libstdc++.a     [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/
libstdc++.a     [all...]

Completed in 3989 milliseconds