Trees | Indices | Help |
---|
|
Windows heap allocation helper module
|
|||
HeapCorruptionException | |||
FreeListCorruption | |||
ChunkNotFound | |||
Win32Heap | |||
Win32Segment | |||
Win32Chunk |
|
|||
|
|||
|
|||
|
|
|||
HEAP_NO_SERIALIZE = 1
|
|||
HEAP_GROWABLE = 2
|
|||
HEAP_GENERATE_EXCEPTIONS = 4
|
|||
HEAP_ZERO_MEMORY = 8
|
|||
HEAP_REALLOC_IN_PLACE_ONLY = 16
|
|||
HEAP_TAIL_CHECKING_ENABLED = 32
|
|||
HEAP_FREE_CHECKING_ENABLED = 64
|
|||
HEAP_DISABLE_COALESCE_ON_FREE = 128
|
|||
HEAP_CREATE_ALIGN_16 = 65536
|
|||
HEAP_CREATE_ENABLE_TRACING = 131072
|
|||
HEAP_CREATE_ENABLE_EXECUTE = 262144
|
|||
heap_flag_names =
|
|||
HEAP_ENTRY_BUSY = 1
|
|||
HEAP_ENTRY_EXTRA_PRESENT = 2
|
|||
HEAP_ENTRY_FILL_PATTERN = 4
|
|||
HEAP_ENTRY_VIRTUAL_ALLOC = 8
|
|||
HEAP_ENTRY_LAST_ENTRY = 16
|
|||
HEAP_ENTRY_SETTABLE_FLAG1 = 32
|
|||
HEAP_ENTRY_SETTABLE_FLAG2 = 64
|
|||
HEAP_ENTRY_SETTABLE_FLAG3 = 128
|
|||
__package__ = None hash(x) |
|
heap_flag_names
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:11 2012 | http://epydoc.sourceforge.net |