Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dallocator_arg_t.h29 /* inline */ constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
/llvm-project-15.0.7/libcxx/src/
H A Dmemory.cpp28 const allocator_arg_t allocator_arg = allocator_arg_t(); variable