Help for this page

Select Code to Download


  1. or download this
    static char *committed = NULL;      /* XXX threadead */
    static char *base      = NULL;      /* XXX threadead */
    ...
      }
     return result;
    }
    
  2. or download this
    #define WALKHEAP() WalkHeap(0)
    #define WALKHEAPTRACE() WalkHeap(1)
    ...
    void VMem::WalkHeap(int complete)
        MemoryUsageMessage("VMem heaps used %d. Total memory %08x\n", m_nH
    +eaps, total, 0);
            ASSERT(HeapValidate(m_hHeap, HEAP_NO_SERIALIZE, ptr));