Home
last modified time | relevance | path

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

/third_party/boost/libs/pool/example/
Dsys_allocator.hpp23 struct malloc_allocator struct
37 typedef malloc_allocator<U> other; argument
53 bool operator==(const malloc_allocator &) const { return true; } in operator ==() argument
54 bool operator!=(const malloc_allocator &) const { return false; } in operator !=() argument
56 malloc_allocator() { } in malloc_allocator() argument
58 malloc_allocator(const malloc_allocator<U> &) { } in malloc_allocator() argument
60 static void construct(const pointer p, const_reference t) in construct()
62 static void destroy(const pointer p) in destroy()