Home
last modified time | relevance | path

Searched refs:void_alloc (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/interprocess/example/
Ddoc_complex_map.cpp43 complex_data(int id, const char *name, const void_allocator &void_alloc) in complex_data() argument
44 : id_(id), char_string_(name, void_alloc), int_vector_vector_(void_alloc) in complex_data()