OSI/AS SCF Reference Manual

Table Of Contents
OSI/AS Trace Facility
OSI/AS SCF Reference Manual424121-001
3-28
Deallocate
Len
shows the length of memory allocation in bytes.
From
shows the type of memory organization from which memory has been allocated,
where LIST and POOL are the possible values.
Addr
shows the buffer address where memory has been allocated.
Count In List
is the number of preallocated control blocks left in the list. Some control blocks may
be preallocated by the traced process so that fast allocation and deallocation may
occur. These preallocated control blocks are placed on the list. Allocation is first
attempted from the list and then the pool.
Count From Pool
shows how many control blocks have been allocated from the memory pool.
Deallocate
This trace record is for Compaq internal use and is generated immediately after the
deallocation of memory. It indicates that previously allocated buffer space has been
deallocated.
Type
is an internally defined integer that identifies the type of control block that has been
deallocated. The possible values are
64 SPI request n/a
107 Message MCB
109 Event ECB
08:20:07.080 >000.000 #29 Deallocate
Type: 4 Len: 32054 From: POOL Addr: %0006653432D
Count In List: 0 Count From Pool: 3
Value Meaning Type of control block
0 Process PCB
1Open OCB
2 Access ACB
Value Meaning Type of control block