Home
last modified time | relevance | path

Searched defs:GetProcessMemoryInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpsapi.h45 #define GetProcessMemoryInfo K32GetProcessMemoryInfo macro
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/
Dzsyscall_windows.go401 func GetProcessMemoryInfo(handle syscall.Handle, memCounters *PROCESS_MEMORY_COUNTERS, cb uint32) (… func
/aosp_15_r20/external/cronet/base/debug/
H A Dgdi_debug_util_win.cc360 NOINLINE void GetProcessMemoryInfo(PROCESS_MEMORY_COUNTERS_EX* pmc) { in GetProcessMemoryInfo() function