Searched defs:malloc_allocator (Results 1 – 1 of 1) sorted by relevance
23 struct malloc_allocator struct37 typedef malloc_allocator<U> other; argument53 bool operator==(const malloc_allocator &) const { return true; } in operator ==() argument54 bool operator!=(const malloc_allocator &) const { return false; } in operator !=() argument56 malloc_allocator() { } in malloc_allocator() argument58 malloc_allocator(const malloc_allocator<U> &) { } in malloc_allocator() argument60 static void construct(const pointer p, const_reference t) in construct()62 static void destroy(const pointer p) in destroy()