Home
last modified time | relevance | path

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

/third_party/boost/libs/function/test/
Dallocator_test.cpp22 struct counting_allocator : public std::allocator<T> struct
27 typedef counting_allocator<U> other; argument
30 counting_allocator() in counting_allocator() function
35 counting_allocator( counting_allocator<U> ) in counting_allocator() function
39 T* allocate(std::size_t n) in allocate()
45 void deallocate(T* p, std::size_t n) in deallocate()