wwHeap.Allocate
less than 1 minute to read

Allocates a block of data on the heap. Specify a size for the block to allocate.

If you want to just 'fill' the heap from some specific data use SetData() which performs both allocation and assignment in one pass if no previous allocation has been made (.nBaseAddress = -1)

o.wwHeap.Allocate(lnSize, lcData)

Parameters

lnSize
Size of the buffer to allocate


See also:

Class wwHeap

© West Wind Technologies, 1996-2025 • Updated: 01/14/25
Comment or report problem with topic