Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dunique-ptr.h357 struct xmalloc_deleter struct
364 struct xmalloc_deleter<T[]> argument
375 = std::unique_ptr<T, xmalloc_deleter<T>>;
384 class unique_xmalloc_ptr : public unique_ptr<T, xmalloc_deleter<T> >
386 typedef unique_ptr<T, xmalloc_deleter<T> > base_type;
394 class unique_xmalloc_ptr<T[]> : public unique_ptr<T[], xmalloc_deleter<T[]> >
396 typedef unique_ptr<T[], xmalloc_deleter<T[]> > base_type;