Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: RFC: Abusing "virtual" memory (page faults vs malloc)

by BrowserUk (Patriarch)
on Nov 28, 2007 at 01:15 UTC ( [id://653436]=note: print w/replies, xml ) Need Help??

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));
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://653436]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-25 23:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found