SharedFreeList.owns

Standard primitives.

  1. enum uint alignment;
  2. size_t goodAllocSize(size_t bytes)
  3. Ternary owns(void[] b)
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    shared const
    static if(__traits(hasMember, ParentAllocator, "owns"))
    Ternary
    owns
    (
    void[] b
    )
  4. bool reallocate(void[] b, size_t s)
  5. void[] allocate(size_t bytes)

Meta