Friendiqa/source-android/androidnative.pri/cpp/AndroidNative/debug.h

19 lines
192 B
C
Raw Normal View History

2017-11-08 21:15:07 +01:00
#ifndef DEBUG_H
#define DEBUG_H
namespace AndroidNative {
namespace Debug {
long getNativeHeapSize();
long getNativeHeapAllocatedSize();
}
}
#endif // DEBUG_H