CryptoSafeAllocator

Undocumented in source.
  1. alias CryptoSafeAllocator = DebugAllocator!(SecureAllocator!(AutoFreeListAllocator!(MallocAllocator)))
  2. alias CryptoSafeAllocator = SecureAllocator!LocklessAllocator
    static if(!(HasDebugAllocations))
    static if(HasCryptoSafe)
    alias CryptoSafeAllocator = SecureAllocator!LocklessAllocator

Meta