![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Android/AndroidPlatformMemory.h"#include "Android/AndroidHeapProfiling.h"#include "HAL/LowLevelMemTracker.h"#include "HAL/MallocBinned.h"#include "HAL/MallocBinned2.h"#include "HAL/MallocBinned3.h"#include "HAL/MallocAnsi.h"#include "Misc/ScopeLock.h"#include "unistd.h"#include <jni.h>#include <sys/sysinfo.h>#include <sys/mman.h>#include <linux/prctl.h>#include <sys/prctl.h>#include "Android/AndroidPlatformCrashContext.h"#include "Async/TaskGraphInterfaces.h"#include "Async/Async.h"#include "Tasks/Task.h"Namespaces | |
| namespace | AndroidPlatformMemory |
Macros | |
| #define | JNI_CURRENT_VERSION JNI_VERSION_1_6 |
| #define | PR_SET_VMA 0x53564d41 |
| #define | PR_SET_VMA_ANON_NAME 0 |
Functions | |
| uint64 | AndroidPlatformMemory::GetBytesFromStatusLine (char *Line) |
| Returns value in bytes from a status line. | |
| int32 | AndroidThunkCpp_GetMetaDataInt (const FString &Key) |
Variables | |
| JavaVM * | GJavaVM |
| float | GVMAPoolScale |
| void(* | GMemoryWarningHandler )(const FGenericMemoryWarningContext &Context) |
| #define JNI_CURRENT_VERSION JNI_VERSION_1_6 |
| #define PR_SET_VMA 0x53564d41 |
| #define PR_SET_VMA_ANON_NAME 0 |
|
extern |
|
extern |
|
extern |
Global pointer to memory warning handler
|
extern |
Controls growth of pools - see PooledVirtualMemoryAllocator.cpp