Searched refs:StackAllocated (Results 1 – 1 of 1) sorted by relevance
50 class StackAllocated {52 StackAllocated() { init(&ctx_); } in StackAllocated() function53 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()55 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;56 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;