CryptoSafeAllocator

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

Meta