BitmappedBlockWithInternalPointers.goodAllocSize

Allocator primitives.

  1. alias alignment = theAlignment
  2. size_t goodAllocSize(size_t n)
    struct BitmappedBlockWithInternalPointers(size_t theBlockSize, uint theAlignment = platformAlignment, ParentAllocator = NullAllocator)
    size_t
    goodAllocSize
    (
    size_t n
    )
  3. void[] allocate(size_t bytes)
  4. void[] allocateAll()
  5. bool expand(void[] b, size_t bytes)
  6. bool deallocate(void[] b)
  7. Ternary resolveInternalPointer(void* p, void[] result)
  8. Ternary empty()

Meta