AlignedMallocator.deallocate

Calls free(b.ptr) on Posix and __aligned_free(b.ptr) on Windows.

  1. bool deallocate(void[] b)
    struct AlignedMallocator
    version(Posix)
    @system @nogc nothrow static
    bool
    deallocate
    ()
    (
    void[] b
    )
  2. bool deallocate(void[] b)

Meta