Package Libs :: Module libheap :: Class PHeapLookaside
[hide private]
[frames] | no frames]

Class PHeapLookaside

source code

UserList.UserList --+
                    |
                   PHeapLookaside

Instance Methods [hide private]
  __init__(self, imm, addr, heap=0x0, log=None)
Win32 Heap Lookaside list

Inherited from UserList.UserList: __add__, __cmp__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getitem__, __getslice__, __gt__, __iadd__, __imul__, __le__, __len__, __lt__, __mul__, __ne__, __radd__, __repr__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort


Method Details [hide private]

__init__(self, imm, addr, heap=0x0, log=None)
(Constructor)

source code 
Win32 Heap Lookaside list
Overrides: UserList.UserList.__init__