Home
last modified time | relevance | path

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

/third_party/json/tests/src/
Dunit-allocator.cpp57 struct my_allocator : std::allocator<T> struct
62 void construct(T* p, Args&& ... args) in construct()
73 void deallocate(T* p, std::size_t n) in deallocate()
84 void destroy(T* p) in destroy()
97 struct rebind
Dunit-regression2.cpp186 class my_allocator : public std::allocator<T> class