CryptoSafeAllocator

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

Meta