GC.BlkInfo

Contains aggregate information about a block of managed memory. The purpose of this struct is to support a more efficient query style in instances where detailed information is needed.

base = A pointer to the base of the block in question. size = The size of the block, calculated from base. attr = Attribute bits set on the memory block.

struct GC
extern (D)
alias BlkInfo = BlkInfo_
Suggestion Box / Bug Report