Changeset bf497f for molecuilder/src/memoryusageobserver.hpp
- Timestamp:
- Oct 5, 2009, 2:59:11 PM (16 years ago)
- Children:
- 5dda23, 729279, 8afe31
- Parents:
- 7794d8 (diff), 39d983 (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. - File:
-
- 1 edited
-
molecuilder/src/memoryusageobserver.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/memoryusageobserver.hpp
r7794d8 rbf497f 30 30 void removeMemory(void* pointer); 31 31 size_t getUsedMemorySize(); 32 size_t getMaximumUsedMemory(); 32 33 33 34 protected: … … 40 41 static MemoryUsageObserver* instance; 41 42 map<void*, size_t> memoryUsers; 43 size_t totalSize, maximumSize; 42 44 }; 43 45 #endif /*MEMORYUSAGEOBSERVER_HPP_*/
Note:
See TracChangeset
for help on using the changeset viewer.
