| 106 | |
| 107 | struct scoped_nomalloc { |
| 108 | scoped_nomalloc(const scoped_nomalloc &) = delete; |
| 109 | scoped_nomalloc(scoped_nomalloc &&) = delete; |
| 110 | ALIGATOR_INLINE scoped_nomalloc() { |
| 111 | save_malloc_status(); |
nothing calls this directly
no test coverage detected