Searched defs:malloc_allocator (Results 1 – 3 of 3) sorted by relevance
114 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function117 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
116 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function119 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
342 MallocDataAllocator malloc_allocator; in ParseNodes() local