Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/include/openssl/
H A Dbase.h50 class StackAllocated {
52 StackAllocated() { init(&ctx_); } in StackAllocated() function
53 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
55 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
56 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;