Changeset e71890 for molecuilder/src/memoryusageobserver.cpp
- Timestamp:
- Oct 9, 2009, 12:30:54 PM (16 years ago)
- Children:
- 104cf4
- Parents:
- 3efb4a (diff), 682229 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Frederik Heber <heber@…> (10/09/09 12:18:41)
- git-committer:
- Frederik Heber <heber@…> (10/09/09 12:30:54)
- File:
-
- 1 edited
-
molecuilder/src/memoryusageobserver.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/memoryusageobserver.cpp
r3efb4a re71890 108 108 return maximumSize; 109 109 } 110 111 /** 112 * Gets a map with pointers to the currently allocated memory ranges as keys and 113 * the allocated size as value. 114 */ 115 map<void*, size_t> MemoryUsageObserver::getPointersToAllocatedMemory() { 116 return memoryUsers; 117 }
Note:
See TracChangeset
for help on using the changeset viewer.
