Home
last modified time | relevance | path

Searched defs:SecureAllocator (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/
Dsecure_allocator.h62 SecureAllocator() noexcept : std::allocator<T>() {} in SecureAllocator() function
63 SecureAllocator(const SecureAllocator& other) noexcept in SecureAllocator() function
67 SecureAllocator(const SecureAllocator<U>& other) noexcept in SecureAllocator() function
Dsecure_blob_test.cc255 TEST(SecureAllocator, ErasureOnDeallocation) { in TEST() argument
268 TEST(SecureAllocator, MultiPageCorrectness) { in TEST() argument
/external/jsoncpp/include/json/
Dallocator.h70 SecureAllocator() {} in SecureAllocator() function
71 template <typename U> SecureAllocator(const SecureAllocator<U>&) {} in SecureAllocator() function