SharedFreeList.allocate

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)
  5. void[] allocate(size_t bytes)
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    shared
    void[]
    allocate
    (
    size_t bytes
    )

Meta