Searched defs:STL_Allocator (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dstl_allocator.h50 // STL_Allocator<T, MyAlloc> provides the same thread-safety
54 // set<T, less<T>, STL_Allocator<T, MyAlloc> > my_set;
59 class STL_Allocator { class
70 typedef STL_Allocator<T1, Alloc> other;
73 STL_Allocator() { } function in class:STL_Allocator
74 STL_Allocator(const STL_Allocator&) { } argument
75 template <class T1> STL_Allocator(const STL_Allocator<T1, Alloc>&) { } argument
76 ~STL_Allocator() { }
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dstl_allocator.h50 // STL_Allocator<T, MyAlloc> provides the same thread-safety
54 // set<T, less<T>, STL_Allocator<T, MyAlloc> > my_set;
59 class STL_Allocator { class
70 typedef STL_Allocator<T1, Alloc> other;
73 STL_Allocator() { } function in class:STL_Allocator
74 STL_Allocator(const STL_Allocator&) { } argument
75 template <class T1> STL_Allocator(const STL_Allocator<T1, Alloc>&) { } argument
76 ~STL_Allocator() { }
[all...]

Completed in 86 milliseconds