cosmopolitan/libc/nt/kernel32/GetProcessWorkingSetSizeEx.s

13 lines
308 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/codegen.inc"
.imp kernel32,__imp_GetProcessWorkingSetSizeEx,GetProcessWorkingSetSizeEx,0
2020-06-15 14:18:57 +00:00
.text.windows
GetProcessWorkingSetSizeEx:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_GetProcessWorkingSetSizeEx(%rip),%rax
jmp __sysv2nt
.endfn GetProcessWorkingSetSizeEx,globl
.previous