TMP$HEAPS

From InterBase

Go Up to System Temporary Tables


TMP$HEAPS contains one row for each entry in the InterBase Random and Block heap.

TMP$HEAPS
Column name Data Type for <=ODS 15 Data Type for >=ODS 16, dialect 1 Data Type for >=ODS 16, dialect 3 Description
TMP$HEAP_TYPE CHAR[31] RANDOM or BLOCK
TMP$HEX_ADDRESS CHAR[31] Memory address of a free block in hex
TMP$ADDRESS DOUBLE PRECISION NUMERIC

(18,0)

Memory address of free block
TMP$FREE_MEMORY INTEGER DOUBLE PRECISION NUMERIC

(18,0)

Amount of free memory in the block

Advance To: