mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Core: Fixed MemoryProfile issue with USEMALLOC
git-svn-id: svn://ultimatepp.org/upp/trunk@6725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
89dae538d9
commit
dbeee1a7e9
2 changed files with 3 additions and 11 deletions
|
|
@ -536,17 +536,7 @@ inline void MemoryIgnoreLeaksBegin() {}
|
|||
inline void MemoryIgnoreLeaksEnd() {}
|
||||
|
||||
struct MemoryProfile {
|
||||
int allocated[1024];
|
||||
int fragmented[1024];
|
||||
int freepages;
|
||||
int large_count;
|
||||
int large_size[4096];
|
||||
int large_total;
|
||||
int large_free_count;
|
||||
int large_free_size[4096];
|
||||
int large_free_total;
|
||||
|
||||
MemoryProfile() { memset(this, 0, sizeof(MemoryProfile)); }
|
||||
int empty__;
|
||||
};
|
||||
|
||||
inline MemoryProfile *PeakMemoryProfile() { return NULL; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue