wwHeap.Allocate

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)

The base address or -1 on failure to allocate

Parameters

lnSize
Size of the buffer to allocate

See also

Class wwHeap

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic