Heap GetFixedHeapSize Method Fling OS
Gets the size of the block of memory to allocate to the kernel's fixed heap.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[PluggedMethodAttribute(ASMFilePath = null)]
public static uint GetFixedHeapSize()

Return Value

Type: UInt32
The size of the block of memory.
See Also