Ignore:
Timestamp:
Oct 6, 2009, 11:15:50 AM (16 years ago)
Author:
metzler <metzler@…>
Children:
53f32e
Parents:
bf497f
Message:

#22 Write a critical exit function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/memoryusageobserver.hpp

    rbf497f r729279  
    2828  static void purgeInstance();
    2929  void addMemory(void* pointer, size_t size);
    30   void removeMemory(void* pointer);
     30  void removeMemory(void* pointer, const char *msg = NULL);
    3131  size_t getUsedMemorySize();
    3232  size_t getMaximumUsedMemory();
     33  map<void*, size_t> getPointersToAllocatedMemory();
    3334
    3435protected:
Note: See TracChangeset for help on using the changeset viewer.