Click or drag to resize
Ab4d.SharpEngine logo

HeapAllocatorDumpReport Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.DumpReport(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]


Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void DumpReport(
	int tableRowsCount = 8,
	int tableColumnsCount = 64,
	bool dumpUsageTable = true,
	bool dumpBlocksCountTable = true,
	bool dumpAllBlocks = true,
	bool writeOffsetForEachBlock = false
)

Parameters

tableRowsCount  Int32  (Optional)

[Missing <param name="tableRowsCount"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.DumpReport(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

tableColumnsCount  Int32  (Optional)

[Missing <param name="tableColumnsCount"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.DumpReport(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

dumpUsageTable  Boolean  (Optional)

[Missing <param name="dumpUsageTable"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.DumpReport(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

dumpBlocksCountTable  Boolean  (Optional)

[Missing <param name="dumpBlocksCountTable"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.DumpReport(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

dumpAllBlocks  Boolean  (Optional)

[Missing <param name="dumpAllBlocks"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.DumpReport(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

writeOffsetForEachBlock  Boolean  (Optional)

[Missing <param name="writeOffsetForEachBlock"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.DumpReport(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.DumpReport(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also