Adds a contiguous block of memory to the heap so it can be used for allocating memory to objects.
Namespace: KernelAssembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- addr
- Type: System UInt32*
The address of the start of the block of memory.
- size
- Type: System UInt32
The size of the block of memory to add.
- bsize
- Type: System UInt32
The size of the chunks to use when allocating memory.
Return Value
Type: Int32Returns 1 if the block was added successfully.
See Also