forked from lubuwest/Friendiqa
v0.1
This commit is contained in:
parent
591d55f43a
commit
fb560b54b1
115 changed files with 5537 additions and 0 deletions
18
source-android/androidnative.pri/cpp/AndroidNative/debug.h
Normal file
18
source-android/androidnative.pri/cpp/AndroidNative/debug.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
namespace AndroidNative {
|
||||
|
||||
namespace Debug {
|
||||
|
||||
long getNativeHeapSize();
|
||||
|
||||
long getNativeHeapAllocatedSize();
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif // DEBUG_H
|
Loading…
Add table
Add a link
Reference in a new issue