Home
last modified time | relevance | path

Searched refs:my_allocator (Results 1 - 2 of 2) sorted by relevance

/third_party/json/tests/src/
H A Dunit-allocator.cpp57 struct my_allocator : std::allocator<T> struct
99 using other = my_allocator<U>;
108 my_allocator<T> alloc; in my_allocator_clean_up()
124 my_allocator>;
237 TEST_CASE("bad my_allocator::construct")
239 SECTION("my_allocator::construct doesn't forward")
H A Dunit-regression2.cpp186 class my_allocator : public std::allocator<T> class
807 std::vector<std::uint8_t, my_allocator<std::uint8_t>> my_vector;

Completed in 3 milliseconds