Searched defs:malloc_allocator (Results 1 – 4 of 4) 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()
114 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function117 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
119 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function122 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
374 MallocDataAllocator malloc_allocator; in ParseNodes() local