Searched defs:SecureAllocator (Results 1 – 3 of 3) sorted by relevance
62 SecureAllocator() noexcept : std::allocator<T>() {} in SecureAllocator() function63 SecureAllocator(const SecureAllocator& other) noexcept in SecureAllocator() function67 SecureAllocator(const SecureAllocator<U>& other) noexcept in SecureAllocator() function
255 TEST(SecureAllocator, ErasureOnDeallocation) { in TEST() argument268 TEST(SecureAllocator, MultiPageCorrectness) { in TEST() argument
70 SecureAllocator() {} in SecureAllocator() function71 template <typename U> SecureAllocator(const SecureAllocator<U>&) {} in SecureAllocator() function