9 #ifndef __PDG_MEMORY_INFO_H__ 
   10 #define __PDG_MEMORY_INFO_H__ 
   24                         : myAttributeMemory(0)
 
   27                         , myWorkItemMemory(0) {}
 
   32                             return myAttributeMemory +
 
int64 myWorkItemMemory
The total memory usage for all work items in the query. 
 
PDG_MemoryInfo()
Zero-initializes the struct. 
 
int64 myGraphMemory
Memory usage of internal graph structures. 
 
int64 totalMemory() const 
The total memory usage.