SharedFreeList.reallocate

Standard primitives.

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

Meta