Package vtrace :: Package tools :: Module win32alloc
[hide private]
[frames] | no frames]

Module win32alloc

source code

A module with some cute toys for monitoring allocations.

Classes [hide private]
  ReturnBreak
  RtlAllocateHeapBreak
Functions [hide private]
 
watchHeapAllocs(trace)
Add a breakpoint to ntdll.RtlAllocateHeap to watch for allocations and track who made them...
source code
 
clearHeapAllocs(trace) source code
 
getHeapAllocs(trace)
Return a list of (caller_eip, heap_chunk, size, flags) tuples
source code
Variables [hide private]
  __package__ = 'vtrace.tools'