MEMORYALLOCATORSTATISTICS
The system table SYSINFO.MEMORYALLOCATORSTATISTICS
contains information on accesses to allocators since the last time the database was started.
|
CHAR(40) |
Name of the allocator |
|
FIXED(20) |
Amount of memory made available by the allocator (bytes) |
|
FIXED(20) |
Maximum amount of memory made available by the allocator (bytes) |
|
FIXED(20) |
Amount of memory reserved by the allocator (bytes) |
|
FIXED(20) |
Number of memory allocations |
|
FIXED(20) |
Number of memory allocations with given hint address |
|
FIXED(20) |
Number of memory allocations making use of a given hint address |
|
FIXED(20) |
Number of memory releases |
|
FIXED(20) |
Number of memory requests not fulfilled |
|
FIXED(10) |
Number of errors found in the allocator and corrected internally |
|
CHAR(40) |
Name of the allocator that provides this allocator with memory |
|
FIXED(20) |
Number of memory reservations for the allocator BASEALLOCATORNAME |
|
FIXED(20) |
Number of memory deallocations sent to the allocator BASEALLOCATORNAME |
|
FIXED(5) |
Identification of the partition |