|
omega_h
Reliable mesh adaptation
|
Public Member Functions | |
| Alloc (std::size_t size_in, std::string const &name_in) | |
| Alloc (std::size_t size_in, std::string &&name_in) | |
| Alloc (Alloc const &)=delete | |
| Alloc (Alloc &&)=delete | |
| Alloc & | operator= (Alloc const &)=delete |
| Alloc & | operator= (Alloc &&)=delete |
| void | init () |
Public Attributes | |
| std::size_t | size |
| std::string | name |
| void * | ptr |
| int | use_count |
| Alloc * | prev |
| Alloc * | next |